main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / mani
4 5 5
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain is it better to bitshift a value than to multiply by 2?
Explain what does a function declared as pascal do differently?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Why isnt any of this standardized in c?
Why do we use header files in c?
Tell me what is the purpose of 'register' keyword in c language?
What is meant by high-order and low-order bytes?
The file stdio.h, what does it contain?
What are predefined functions in c?
difference between object file and executable file
Can you subtract pointers from each other? Why would you?
Explain the difference between exit() and _exit() function?
What are the different types of constants?
State the difference between realloc and free.
Is r written in c?