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

Answer Posted / hussain reddy

12

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi send me sample aptitude papers of cts?

1644


Is there a way to compare two structure variables?

610


What is the difference between c and python?

574


Are comments included during the compilation stage and placed in the EXE file as well?

662


How was c created?

583






find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1521


Do string constants represent numerical values?

907


What is the argument of a function in c?

567


Does c have class?

604


What is difference between structure and union with example?

586


What are derived data types in c?

602


explain what is an endless loop?

603


What's the difference between constant char *p and char * constant p?

649


What are two dimensional arrays alternatively called as?

650


What are different types of pointers?

556