G
Q. What will be the output of the following C code?
#include <stdio.h> int const print() { printf(" example.com"); return 0; } void main() { print(); }
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 final values of i and j in the following C code?
Q. What is the output of C Program with switch statement or block?
Q. C was developed in the year ___
Q. Choose a correct statement.
Q. can we use typedef to give a name to your user defined data types as well?
Q. C is _______ type of programming language?
Q. What is the result of Right Shift Operator >> on (00110000>>2)?
Q. What is the output of C Program with arrays?
Q. What is the output of C Program with switch statement or block.?
Discusssion
Login to discuss.