void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / basha
I have compiled this program. The ans is 12
| Is This Answer Correct ? | 45 Yes | 6 No |
Post New Answer View All Answers
Differentiate between full, complete & perfect binary trees.
What is a char in c?
What kind of structure is a house?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Can 'this' pointer by used in the constructor?
What are the disadvantages of a shell structure?
What is the symbol indicated the c-preprocessor?
Write a program to print numbers from 1 to 100 without using loop in c?
What do you mean by c what are the main characteristics of c language?
If fflush wont work, what can I use to flush input?
Explain data types & how many data types supported by c?
what is different between auto and local static? why should we use local static?
What tq means in chat?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
In C language what is a 'dangling pointer'?