What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / hariram
3 2 1
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
explain what are actual arguments?
What is c programing language?
Is c is a procedural language?
What is string in c language?
code for find determinent of amatrix
What are the difference between a free-standing and a hosted environment?
Here is a neat trick for checking whether two strings are equal
Why is not a pointer null after calling free?
What are the 4 types of programming language?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain how can I convert a number to a string?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How will you divide two numbers in a MACRO?
What is a double c?
What is the difference between the local variable and global variable in c?