K
Q. What will be the output of the following C code?
#include <stdio.h> int main() { printf((43 > 43) ? "value 1 is greater!" : "value 1 is not greater!"); 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. What will be the output of the following C program?
Q. What will be the output of the following code snippet?
Q. The C source file is processed by the ___
Q. Which of the following is the collection of different data types?
Q. What will be output for the following code?
Q. How do you accept a Multi Word Input in C Language?
Q. Arguments received by a function in C language are called ___ arguments.
Q. Which of the following is the correct output for the program given below?
Discusssion
Login to discuss.