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
What is the correct code to have following output in c using nested for loop?
Tell me with an example the self-referential structure?
What is getch () for?
Explain what does a function declared as pascal do differently?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What are structures and unions? State differencves between them.
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Why is C language being considered a middle level language?
What are 3 types of structures?
What is %lu in c?
Do you know the purpose of 'register' keyword?
What are enums in c?
How can I delete a file?
what is the different bitween abap and abap-hr?
How many parameters should a function have?