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

Answer Posted / guest

same as the pervious question....

11 ans

Is This Answer Correct ?    11 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have seen function declarations that look like this

602


What does #pragma once mean?

688


What is pragma c?

614


Write a program to check whether a number is prime or not using c?

576


What does *p++ do? What does it point to?

616






Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1014


what will be the output for the following main() { printf("hi" "hello"); }

9332


where are auto variables stored? What are the characteristics of an auto variable?

595


Write a code to determine the total number of stops an elevator would take to serve N number of people.

728


What is the purpose of clrscr () printf () and getch ()?

595


What is the description for syntax errors?

615


What are the scope of static variables?

601


Explain how can a program be made to print the name of a source file where an error occurs?

688


Place the #include statement must be written in the program?

573


can anyone suggest some site name..where i can get some good data structure puzzles???

1643