void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / jignesh patel
i++=5
++i=6
so i++ + ++i = 5+6=11
| Is This Answer Correct ? | 6 Yes | 26 No |
Post New Answer View All Answers
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is conio h in c?
What is the heap in c?
Explain why can’t constant values be used to define an array’s initial size?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Differentiate abs() function from fabs() function.
What is c programing language?
What is #error and use of it?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is structure in c language?
What does stand for?
How do you redirect a standard stream?
What is a structure in c language. how to initialise a structure in c?
How we can insert comments in a c program?
Where local variables are stored in c?