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


Please Help Members By Posting Answers For Below Questions

#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1531


What is the concatenation operator?

598


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

654


What is quick sort in c?

571


What is else if ladder?

600






Explain why can’t constant values be used to define an array’s initial size?

843


What is file in c language?

566


How do you convert strings to numbers in C?

699


What is the use of function overloading in C?

663


Explain about the functions strcat() and strcmp()?

591


Why c language?

633


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1516


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1689


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1828


What are the different types of control structures in programming?

650