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
How to find a missed value, if you want to store 100 values in a 99 sized array?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
difference between object file and executable file
What are the two types of functions in c?
Where does the name "C" come from, anyway?
What is omp_num_threads?
How does placing some code lines between the comment symbol help in debugging the code?
What is the difference between variable declaration and variable definition in c?
Explain how do you determine the length of a string value that was stored in a variable?
What is the meaning of 2d in c?
What is the difference between the expression “++a” and “a++”?
What is %g in c?
find out largest elemant of diagonalmatrix
What is c token?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?