void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / guest
same as the pervious question....
11 ans
| Is This Answer Correct ? | 11 Yes | 22 No |
Post New Answer View All Answers
Explain the binary height balanced tree?
What is array of structure in c programming?
How can I direct output to the printer?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Explain what is a 'locale'?
Differentiate between the = symbol and == symbol?
Is there sort function in c?
What Is The Difference Between Null And Void Pointer?
What is volatile, register definition in C
What is function definition in c?
What are pointers in C? Give an example where to illustrate their significance.
What is an identifier?
Not all reserved words are written in lowercase. TRUE or FALSE?
How to draw the flowchart for structure programs?
Write a program to print factorial of given number using recursion?