main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / san
13,11,11
| Is This Answer Correct ? | 106 Yes | 63 No |
Post New Answer View All Answers
Not all reserved words are written in lowercase. TRUE or FALSE?
Why c is called object oriented language?
Write a c program to demonstrate character and string constants?
Explain what is dynamic data structure?
What is a macro?
Explain what are multibyte characters?
Is c object oriented?
code for find determinent of amatrix
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain what are the standard predefined macros?
Are pointers really faster than arrays?
Should I learn c before c++?
what is the structure pointer?
What is the purpose of sprintf?
What is strcpy() function?