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

Answer Posted / nagaraju

332

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the most efficient way to store flag values?

676


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

647


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

645


What is pivot in c?

558


What does %p mean c?

613






Why is c faster?

580


What is uint8 in c?

627


Is a house a shell structure?

686


How can you find the exact size of a data type in c?

587


What is the difference between array and pointer in c?

566


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

621


Is null equal to 0 in sql?

638


How can I get back to the interactive keyboard if stdin is redirected?

657


What is #error and use of it?

663


What does p mean in physics?

575