R
Q. Choose a right statement.
int a = 5/2; int b = 5.0/2; int c = 5 / 2.0; int d = 5.0/2.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 is the output of C program?
Q. malloc() allocates memory from the heap and not from the stack.
Q. The statement print f ("%d", 10 ? 0 ? 5 : 1 : 12); will print?
Q. What will be the output of this code?
Q. Select the odd one out with respect to type?
Q. What does the following declaration mean? int (*ptr) [10];
Q. What is the output of C Program?
Discusssion
Login to discuss.