R
Q. What is the output of the C Program?
int main() { int a=0; a = 10 + 5 * 2 * 8 / 2 + 4; printf("%d", a); 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. What will be the output of the following code snippet?
Q. What is the output of C program?
Q. Which data type is suitable for storing a number like? 25.00002500025
Q. Choose correct statement about Functions in C Language.
Q. The correct way to round off a floating number x to an integer value is
Q. What is a Single Operand Operator below?
Q. Which of the following function gives the current position in the file
Discusssion
Login to discuss.