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 is scope rule of function in c?

539


What does a pointer variable always consist of?

653


What are local static variables? How can you use them?

635


What are the 4 types of functions?

561


What is register variable in c language?

591






Is c is a high level language?

609


What is pass by value in c?

590


Are the variables argc and argv are local to main?

778


What are qualifiers?

610


Explain void pointer?

580


Write a program to print “hello world” without using semicolon?

663


What is structure packing in c?

596


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

650


What are different types of operators?

585


What is data type long in c?

614