Latest TCS Aptitude Question SOLUTION: what will be the o/p of the program void main() { int const * p=5; printf("%d",++(*p)); }