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

Why is c called c?

640


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1504


Why is c so important?

606


How can I prevent another program from modifying part of a file that I am modifying?

622


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1679






How can I dynamically allocate arrays?

603


Explain how can I prevent another program from modifying part of a file that I am modifying?

650


what is event driven software and what is procedural driven software?

2023


How does pointer work in c?

634


Is array name a pointer?

615


How can I write a function analogous to scanf?

668


What is data structure in c programming?

584


Why do we use null pointer?

617


How can you access memory located at a certain address?

674


What is a constant and types of constants in c?

608