main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / sanjay kumar
Undefined behaviour
| Is This Answer Correct ? | 7 Yes | 21 No |
Post New Answer View All Answers
how to count no of words,characters,lines in a paragraph.
Why clrscr is used after variable declaration?
What is the significance of an algorithm to C programming?
c program to compute AREA under integral
What is type qualifiers?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How can I generate floating-point random numbers?
Describe dynamic data structure in c programming language?
What is quick sort in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Is multithreading possible in c?
Tell me when is a void pointer used?
What is the use of ?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.