main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / sunil5a2
4 5 5
printf excutes form lefthand side onwords..
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is void main ()?
What is 2c dna?
Explain what are binary trees?
What is a macro in c preprocessor?
Explain can static variables be declared in a header file?
What is the maximum length of an identifier?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
how do you programme Carrier Sense Multiple Access
How do I swap bytes?
Array is an lvalue or not?
Can a pointer be volatile in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is nested structure?
is it possible to create your own header files?
What is the use of function overloading in C?