void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / mukul garg
i=5;
i++ + ++i;
5+7=12
ans:12
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the meaning of keyword 'extern' in a function declaration.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Write a program to identify if a given binary tree is balanced or not.
The difference between printf and fprintf is ?
What are bitwise shift operators in c programming?
How can you restore a redirected standard stream?
Why can’t constant values be used to define an array’s initial size?
When is a void pointer used?
Here is a neat trick for checking whether two strings are equal
Hi can anyone tell what is a start up code?
Which is an example of a structural homology?
Is fortran still used in 2018?
What is pointer and structure in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Who developed c language?