what is the Output?
int a=4 b=3;
printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++);
printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
Answer Posted / ii yr information technology
466799
3200-2-3
| Is This Answer Correct ? | 29 Yes | 14 No |
Post New Answer View All Answers
What is the function of volatile in c language?
What is sizeof in c?
What does sizeof int return?
hi any body pls give me company name interview conduct "c" language only
Explain what is the difference between text files and binary files?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What library is sizeof in c?
How many loops are there in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is a scope resolution operator in c?
Why array is used in c?
What is the default value of local and global variables in c?
How do you do dynamic memory allocation in C applications?
What is difference between Structure and Unions?
Explain which function in c can be used to append a string to another string?