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

Answer Posted / vignesh1988i

the answer is 12..... 5 + 7

Is This Answer Correct ?    12 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one provide me the notes of data structure for ignou cs-62 paper

1694


what is the function of pragma directive in c?

613


What is the difference between exit() and _exit() function in c?

572


In C language, a variable name cannot contain?

729


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1856






What does node * mean?

702


What is %lu in c?

671


How can I find out the size of a file, prior to reading it in?

610


Is int a keyword in c?

548


What is meant by initialization and how we initialize a variable?

579


How can I call fortran?

632


Do you know the difference between exit() and _exit() function in c?

603


What are logical errors and how does it differ from syntax errors?

644


What is the concatenation operator?

598


What are header files in c programming?

651