R
Q. Determine Output:
void main() { int i=5; printf("%d%d%d%d%d", i++, i--, ++i, --i, i); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of the C Program?
Q. The first and second arguments of fopen() are
Q. What is the output of C Program with Strings?
Q. What will be the data type of the result of the following operation?
Q. Which of the following is true for variable names in C?
Q. What will be the output of this code?
Q. What will be output if you will compile and execute the following c code?
Q. What will be the output of the following C code?
Q. What is the maximum number of statements that can present in a C function?
Discusssion
Login to discuss.