What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / navya
1,1,2
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain what is page thrashing?
What is sizeof array?
What are the salient features of c languages?
What is floating point constants?
What is signed and unsigned?
write a program to display all prime numbers
What is identifiers in c with examples?
What is strcpy() function?
Disadvantages of C language.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is the size of array float a(10)?
How many types of errors are there in c language? Explain
What is #include stdio h and #include conio h?