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

Answer Posted / richa

3,2,2

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I convert a string to all upper or lower case?

630


What is string length in c?

616


What is the benefit of using const for declaring constants?

591


What is difference between union All statement and Union?

629


What is else if ladder?

611






What is a void * in c?

598


What is pointer to pointer in c language?

596


What is function in c with example?

632


What is string function c?

569


Explain the difference between null pointer and void pointer.

674


Is javascript based on c?

595


What are c header files?

582


What are the modifiers available in c programming language?

742


What is the purpose of the preprocessor directive error?

683


In a switch statement, explain what will happen if a break statement is omitted?

640