M
Q. What will be the output of the following C code?
#include <stdio.h> void main() { int n = 98; char m = n; printf("%c\n", 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. Numbers are stored and transmitted inside a computer in which format?
Q. What is the default return value of a C function if not specified explicitly.?
Q. What is the default return type if it is not specified in function definition?
Q. Choose the correct statements
Q. The cos function computes the cosine of x.
Q. malloc() allocates memory from the heap and not from the stack.
Q. The correct way to round off a floating number x to an integer value is
Q. Comment on the output of following C code.
Q. What type of array is generally generated in Command-line argument?
Discusssion
Login to discuss.