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
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
How do I use void main?
What is NULL pointer?
Can a pointer be null?
What is %g in c?
Can a variable be both const and volatile?
Differentiate between a for loop and a while loop? What are it uses?
List some basic data types in c?
What is the value of uninitialized variable in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Is boolean a datatype in c?
How many types of sorting are there in c?
hi, which software companys will take,if d candidate's % is jst 55%?
how should functions be apportioned among source files?