What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / pooja keshri
321
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
The difference between printf and fprintf is ?
What is the difference between NULL and NUL?
What are the disadvantages of a shell structure?
using for loop sum 2 number of any 4 digit number in c language
What is maximum size of array in c?
What is #include cctype?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is c token?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the use of clrscr?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What does != Mean in c?
How can I use a preprocessorif expression to ?
plz let me know how to become a telecom protocol tester. thank you.
Explain how many levels deep can include files be nested?