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
What are header files in c programming?
Difference between exit() and _exit() function?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What happens if a header file is included twice?
please explain every phase in the "SDLC" in the dotnet.
How can I recover the file name given an open stream or file descriptor?
What is the difference between call by value and call by reference in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How can you find the exact size of a data type in c?
Write programs for String Reversal & Palindrome check
What is the process to generate random numbers in c programming language?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What are terms in math?
What is extern storage class in c?
How do I determine whether a character is numeric, alphabetic, and so on?