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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the difference between 123 and 0123 in c?

0 Answers  


print the table 5 in loops

3 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,






enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


how to find the given number is prime or not?

6 Answers   IMS, ING,


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


What are structure members?

0 Answers  


What is typedef?

1 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


What is c system32 taskhostw exe?

0 Answers  


Categories