#include<stdio.h>
main()
{
int a=1;
int b=0;
b=++a + ++a;
printf("%d %d",a,b);
}

Answer Posted / sas

2 5

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain why c is faster than c++?

568


How to set file pointer to beginning c?

662


Do string constants represent numerical values?

913


What is const and volatile in c?

561


which type of aspect you want from the student.

1700






What is nested structure with example?

619


Is main is user defined function?

588


Can a pointer point to null?

582


How do you write a program which produces its own source code as output?

603


What are types of structure?

600


Differentiate between declaring a variable and defining a variable?

602


What is a program flowchart?

598


Can a variable be both constant and volatile?

556


What is difference between class and structure?

568


What is the scope of local variable in c?

573