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

Answer Posted / ram

233

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

664


What are the differences between new and malloc in C?

612


What is the use of getch ()?

642


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

769


where are auto variables stored? What are the characteristics of an auto variable?

597






How can I determine whether a machines byte order is big-endian or little-endian?

628


What is const volatile variable in c?

584


Which is best linux os?

572


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

567


List a few unconditional control statement in c.

564


Is boolean a datatype in c?

554


in linking some of os executables are linking name some of them

1655


What are dangling pointers? How are dangling pointers different from memory leaks?

631


What is the use of sizeof?

561


What is the difference between union and anonymous union?

841