void main()
{
int i=5;
printf("%d",i+++++i);
}

Answer Posted / visu

hey sulochana hav u tried it in a compiler..
cuz for me the result for that is 12.

i+++++i might give u an error but for sure (i++ + ++i)=12

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the meaning of typedef struct in c?

600


What does %c do in c?

590


What is a null string in c?

593


Why do we use int main?

617


What is an array? What the different types of arrays in c?

662






What does %2f mean in c?

677


explain what are actual arguments?

641


What is the difference between union and anonymous union?

841


Explain what is gets() function?

638


What is the purpose of the statement: strcat (S2, S1)?

643


Explain what is the best way to comment out a section of code that contains comments?

724


What is the difference between a string and an array?

711


What are global variables?

651


Which is the best website to learn c programming?

585


What is the meaning of c in c language?

599