M
Q. What will be the output of the following C code?
#include <stdio.h> void main() { double n = 23458965.12124; int m = n; printf("%d", m); printf(" %lf", m); }
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 value of EOF in C?
Q. What is the output of C Program?
Q. For which type, the format specifier "%i" is used?
Q. C is a which level language?
Q. Which data type is most appropriate for storing the value 57000 in a 32-bit system?
Q. What is the output of a C Program with functions and pointers.?
Q. Which of the following is a User-defined data type?
Q. We want to round off x, a float, to an int value, The correct way to do is
Discusssion
Login to discuss.