please give me answer with details
#include<stdio.h>
main()
{
int i=1;
i=(++i)*(++i)*(++i);
printf("%d",i);
getch();
}
Answer Posted / gita
Answer is :64
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Can a variable be both constant and volatile?
What is sizeof int?
What is the general form of #line preprocessor?
how could explain about job profile
What does c mean in basketball?
What is wrong in this statement?
What do mean by network ?
Why do we use pointer to pointer in c?
How can I split up a string into whitespace-separated fields?
What is the difference between printf and scanf )?
Give basis knowledge of web designing ...
What do you mean by a sequential access file?
How to explain the final year project as a fresher please answer with sample project
What is optimization in c?
Why is struct padding needed?