Home » Categories » C » Find the output
Find the output
0
Find the output

main( )
{
int i=3;
i=i++;
printf(ā€œ%dā€,i);
}


a.3
b.4
c.undefined
d.error
 
Asked By : Bharath Kumar Categories : CProgrammingTechnical
  Answer:   b. 4
Post Your Answer
Previous Question
Next Question
Tweet
Related Questions