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

Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1731


Is file a keyword in c?

505


What functions are used for dynamic memory allocation in c language?

604


Explain what is meant by high-order and low-order bytes?

637


what is a constant pointer in C

682






What is the difference between a string and an array?

711


What does 4d mean in c?

951


What are the types of pointers in c?

536


a c code by using memory allocation for add ,multiply of sprase matrixes

2306


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1450


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

649


Explain bitwise shift operators?

634


What is c variable?

556


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1078


What is a example of a variable?

557