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

Answer Posted / veeraselvi.g

ans:12
explan:i++ means increment for 6 bt print will be 5;
other i++ for 6 to increment for 7
so ans is 12

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the process of writing the null pointer?

611


What is structure in c explain with example?

643


Where static variables are stored in c?

593


write a program to find out prime number using sieve case?

1646


What does %2f mean in c?

676






Do variables need to be initialized?

623


Differentiate between a structure and a union.

770


What is line in c preprocessor?

618


What is ctrl c called?

601


Explain what is the best way to comment out a section of code that contains comments?

724


Is malloc memset faster than calloc?

622


What is the difference between if else and switchstatement

1317


What is file in c preprocessor?

656


What is pointers in c?

662


Which type of language is c?

656