main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}

Answer Posted / senthil

13 12 13

Is This Answer Correct ?    2 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between typedef and #define?

529


Is that possible to store 32768 in an int data type variable?

682


the question is that what you have been doing all these periods (one year gap)

1610


How do we make a global variable accessible across files? Explain the extern keyword?

1406


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

641






Explain continue keyword in c

571


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

601


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1622


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

1626


What is break in c?

574


What is double pointer in c?

573


Explain is it valid to address one element beyond the end of an array?

721


Write program to remove duplicate in an array?

589


What is echo in c programming?

540


What is restrict keyword in c?

631