main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / san
13,11,11
| Is This Answer Correct ? | 106 Yes | 63 No |
Post New Answer View All Answers
When can a far pointer be used?
Explain the Difference between the New and Malloc keyword.
What are dangling pointers? How are dangling pointers different from memory leaks?
Can you please explain the difference between syntax vs logical error?
What is a structure member in c?
Did c have any year 2000 problems?
What is a method in c?
What does the file stdio.h contain?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How can you find the day of the week given the date?
What is the difference between single charater constant and string constant?
Why is c called "mother" language?
What is console in c language?
What is the size of enum in bytes?
What is variables in c?