What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / pooja keshri
321
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
difference between Low, Middle, High Level languages in c ?
What is the difference between array and structure in c?
What is variable in c example?
Explain the difference between null pointer and void pointer.
What are the two types of functions in c?
In C programming, what command or code can be used to determine if a number of odd or even?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain what is the difference between functions abs() and fabs()?
Which is best book for data structures in c?
What is the difference between int main and void main?
What are predefined functions in c?
What is the difference between break and continue?
What is the c value paradox and how is it explained?
Define recursion in c.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?