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

Answer Posted / dhakchina moorthy.p

12

Is This Answer Correct ?    27 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c have circular shift operators?

724


Can math operations be performed on a void pointer?

583


How many identifiers are there in c?

576


What will be your course of action for a push operation?

661


What is strcmp in c?

594






Should a function contain a return statement if it does not return a value?

592


Mention four important string handling functions in c languages .

617


What is static function in c?

627


What is structure in c explain with example?

630


Do you know the difference between malloc() and calloc() function?

605


What is main return c?

513


What is the difference between malloc() and calloc() function in c language?

596


Explain how can you restore a redirected standard stream?

587


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1903


What are the features of c languages?

624