void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / shruti
i think it will give a compilation error..
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain what are the different data types in c?
Is the exit() function same as the return statement? Explain.
Difference between Shallow copy and Deep copy?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Explain what is wrong with this program statement? Void = 10;
Explain what are compound statements?
Is struct oop?
Can a function argument have default value?
what are non standard function in c
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are header files and explain what are its uses in c programming?
What is the difference between typedef struct and struct?
What is time complexity c?
When should the register modifier be used? Does it really help?
What is page thrashing?