void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / akshay
442
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the g value paradox?
What is the difference between arrays and pointers?
int i=10; printf("%d %d %d", i, i=20, i);
Explain what is a 'locale'?
What are the uses of a pointer?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
I came across some code that puts a (void) cast before each call to printf. Why?
What is getch c?
Difference between exit() and _exit() function?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
How do I get an accurate error status return from system on ms-dos?
What is storage class?
What is wrong with this declaration?
What is use of pointer?
what is the different bitween abap and abap-hr?