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

Answer Posted / basha

I have compiled this program. The ans is 12

Is This Answer Correct ?    45 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %2f mean in c?

677


Which node is more powerful and can handle local information processing or graphics processing?

831


What is string in c language?

630


When we use void main and int main?

591


What is an auto variable in c?

760






What is the translation phases used in c language?

640


what value is returned to operating system after program execution?

1608


define string ?

671


What is the difference between variable declaration and variable definition in c?

566


Why doesnt the call scanf work?

679


What is meant by inheritance?

636


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1850


What are the main characteristics of c language describe the structure of ac program?

616


Who developed c language and when?

589


What are the advantages of using Unions?

644