R
Q. What will be the output?
#include <stdio.h> int main() { int main = 5; printf("%d", main); 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. A function is declared as sqrt(-x) under the header file math.h, what will the function return?
Q. What is the output of this C code?
Q. What is the other name for C Language ?: Question Mark Colon Operator.?
Q. What happens when you try to access an Array variable outside its Size.?
Q. What will be the output of the following C code?
Q. What is the output of C program with switch statement or block.?
Q. A C Structure or User defined data type is also called
Discusssion
Login to discuss.