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

How can I write a function that takes a format string and a variable number of arguments?

600


Tell me when is a void pointer used?

643


What are the basic data types associated with c?

811


Is c dynamically typed?

665


What is the code in while loop that returns the output of given code?

1305






What is volatile, register definition in C

682


What are runtime error?

623


What is ## preprocessor operator in c?

609


What is null pointer constant?

592


What are the keywords in c?

638


What are the difference between a free-standing and a hosted environment?

737


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

625


What is a nested formula?

599


Can you write the algorithm for Queue?

1546


Is javascript based on c?

591