what is the output of following question?
int a=5;
printf("%d",a++ + ++a);
Answer Posted / fathima2407
a++=5+1=6;
++a=1+5=6;
output=12
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the difference b/w "print" and "sprint" in sql?
what is the difference between oracle 8i vs 9i
I have completed my B.E with (CSE) computer science and engineering ,i had a total no of backlogs=20 ,is there any chances to get the visa PLEASE HELP ME NE1 : MY ID=john_searchig143@yahoo.com .
while installing jad file to mobile its giving processing attribute MDlet-jar-URL error...how to fix it
why this for loop doesn't work . int i; for(i=2;i=0;i--) { cout<
Tell me about a time when you had too many things to do and you were required to prioritize your tasks
the controller valve fisher error: travel ??? not output input ok
what is the concept of c++ class
i want a richdatatable to be displayed only when a list has some value in the bean, and a datatable with header only if the list is empty. And i want the datatable to be printed only when ajax button is clicked??
Three pc now connected the 24 port switch.one pc ip adders 192.168.0.125,anather pc ip is 192.168.0.98, anather pc ip is 192.168.0.123, so 98 or 125 ping replay to 123,but 123 is not replay 125 or 98, but 123 is others pc ping replay,
Define configuration and calibration and explain with an example
How can I boldly face the interview? Request:I am eagerly waiting for your replay.
what is the difference between verification and validation
What are the main assumptions that we make when we model potential flow?
how 2 write a program of this pattern usin for loop?? 1 2 3 4 5 6 7 8 9 10