#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
Is null always defined as 0(zero)?
What is the purpose of clrscr () printf () and getch ()?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Why should I prototype a function?
c language interview questions & answer
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain how can you restore a redirected standard stream?
What is local and global variable in c?
What is a good way to implement complex numbers in c?
Describe explain how arrays can be passed to a user defined function
What are enumerated types?
What is the best way to store flag values in a program?
What is c variable?
Explain what is the benefit of using #define to declare a constant?
what is the format specifier for printing a pointer value?