What is the output of the program? int *p, i==4; p==&I (*p)++ printf("%d",p);

This question is related to Wipro Interview

Showing Answers 1 - 7 of 7 Answers

DEVANSH PIPARIA

  • Aug 12th, 2005
 

ans is 5

  Was this answer useful?  Yes

Karthik Palanisamy

  • Mar 18th, 2006
 

Compile time Error...

  Was this answer useful?  Yes

sanaj rout

  • Mar 22nd, 2006
 

ANS : >   it w'll not give the  correct answer...its  COMPILER  dependent...

              or  some times it w';; give u the  SEGMENTATION FAULT

  Was this answer useful?  Yes

yash555

  • Sep 4th, 2007
 

The compiler will give an error "undefined symbol I".

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions