#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}

Answer Posted / stephen john

i got the answer is 3,4,4.
why?

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of integral promotions in c?

668


What is null pointer constant?

597


what is use of malloc and calloc?

1388


What are the types of pointers?

606


What is meant by errors and debugging?

651






The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

772


What is dynamic dispatch in c++?

561


Is c easier than java?

575


Why c is called top down?

631


What are pointers really good for, anyway?

620


how logic is used

1504


Explain logical errors? Compare with syntax errors.

633


How do you determine whether to use a stream function or a low-level function?

655


What is wrong with this code?

698


What is the use of pragma in embedded c?

594