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. Which of the following is true for variable names in C?
Q. What is the output of this program?
Q. What is the output of C program with strings?
Q. What will be the output of the following code snippet?
Q. Which of these assignments is invalid?
Q. Which of the following is the correct output for the program given below?
Q. Which of the following data types will generate an error on the modulo % operation?
Q. When we mention the prototype of a function?
Q. Which of the following language is the predecessor to C Programming Language?
Discusssion
Login to discuss.