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

Answer Posted / muthuprakash

232

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a pragma?

656


What is malloc return c?

588


How do c compilers work?

594


Why doesnt the call scanf work?

650


How do we print only part of a string in c?

574






Why is c still so popular?

601


Describe the steps to insert data into a singly linked list.

609


How do you define CONSTANT in C?

640


What are the data types present in c?

614


Explain what is dynamic data structure?

630


How can I read/write structures from/to data files?

537


write a proram to reverse the string using switch case?

2450


How do I round numbers?

585


What is a void * in c?

581


What is this pointer in c plus plus?

582