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
Why c is called a mid level programming language?
Explain the properties of union. What is the size of a union variable
How does #define work?
How can I implement a delay, or time a users response, with sub-second resolution?
What is bin sh c?
What is c++ used for today?
What is the difference between NULL and NUL?
What is the use of parallelize in spark?
Explain goto?
What is actual argument?
why return type of main is not necessary in linux
Explain the binary height balanced tree?
Explain how does free() know explain how much memory to release?
What is difference between structure and union in c programming?
Why is extern used in c?