M
Q. What is the output of the following code snippet?
int main() { int sum = 2 + 4 / 2 + 6 * 2; printf("%d", sum); return 0; }
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. Which of the following statement obtains the remainder on dividing 5.5 by 1.3 ?
Q. What will be output for the following code?
Q. Which of the following is the correct usage of conditional operators used in C?
Q. Forward declaration is absolutely necessary
Q. Which one is a special function in C system to tell the computer where the program start
Q. What is the output of the program.?
Q. Arguments passed to a function in C language are called ___ arguments.
Q. which of the following is not a storage class specifier?
Discusssion
Login to discuss.