What is output of the following program ?

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

Answer Posted / siva

1 1 2

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Stimulate calculator using Switch-case-default statement for two numbers

2452


Can you write a programmer for FACTORIAL using recursion?

618


Explain what does the function toupper() do?

638


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

689


What is the difference between array and structure in c?

573






hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1471


What is bubble sort in c?

640


What is strcpy() function?

661


What is the difference between a function and a method in c?

565


How do you determine the length of a string value that was stored in a variable?

652


What is difference between class and structure?

575


What is a wrapper function in c?

592


What does %d do in c?

548


Which function in C can be used to append a string to another string?

649


Explain the use of bit fieild.

717