adspace


what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / 123ghouse@gmail.com

3,2,2;

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2740


What is the difference between union and anonymous union?

1399


hi send me sample aptitude papers of cts?

2252


what is ur strangth & weekness

2592


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1944


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1297


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1361


i have a written test for microland please give me test pattern

2814


What is dynamic dispatch in c++?

1140


write a c program to find the sum of five entered numbers using an array named number

2248


What are pointers? What are different types of pointers?

1266


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1183


How do you determine the length of a string value that was stored in a variable?

1205


write a progrmm in c language take user interface generate table using for loop?

2124


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

2006