void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / gajendra
1
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain how can I write functions that take a variable number of arguments?
What is a sequential access file?
What is the significance of c program algorithms?
Once I have used freopen, how can I get the original stdout (or stdin) back?
How can I get random integers in a certain range?
What is the use of void pointer and null pointer in c language?
Write the syntax and purpose of a switch statement in C.
What is a nested loop?
What are the valid places to have keyword “break”?
What is meant by preprocessor in c?
What are the storage classes in C?
What are header files in c programming?
Explain the difference between structs and unions in c?
Explain how does flowchart help in writing a program?
What is floating point constants?