What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / j jhawahar
1,1,2
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
#include
How many levels deep can include files be nested?
How can I delete a file?
What is the difference between c &c++?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is typeof in c?
Why is #define used?
What are pointers? Why are they used?
What is volatile, register definition in C
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain the array representation of a binary tree in C.
What is a keyword?
What is structure padding and packing in c?
Explain how do you determine the length of a string value that was stored in a variable?
What is the use of #define preprocessor in c?