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. How is search done in #include and #include “somelibrary.h” according to C standard?
Q. The sqrt() function is used to calculate which value?
Q. Which of the following is the correct output for the program given below?
Q. In C++ Overloading is otherwise called as
Q. What is the output of C Program?
Q. Which conversion also called Automatic Type Conversion?
Discusssion
Login to discuss.