What is output of the following program ?

main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}

Answer Posted / chandrakala

error: i doesn't declared in a correct way
int i=1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats s or c mean?

594


hi, which software companys will take,if d candidate's % is jst 55%?

1666


if p is a string contained in a string?

1406


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1764


Explain about block scope in c?

663






Ow can I insert or delete a line (or record) in the middle of a file?

577


What is the scope of global variable in c?

559


what do you mean by inline function in C?

619


Without Computer networks, Computers will be half the use. Comment.

1878


what are the facialities provided by you after the selection of the student.

1661


Can you write the function prototype, definition and mention the other requirements.

664


Tell me is null always defined as 0(zero)?

675


What is the difference between fread buffer() and fwrite buffer()?

675


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2373


What is modeling?

648