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
What do you know about the use of bit field?
define string ?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How can you determine the maximum value that a numeric variable can hold?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is calloc malloc realloc in c?
What is variable and explain rules to declare variable in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Why isn't any of this standardized in c? Any real program has to do some of these things.
Can you write a programmer for FACTORIAL using recursion?
in iso what are the common technological language?
What is enumerated data type in c?
what does static variable mean?
What is hashing in c language?
Why C language is a procedural language?