R
Q. What happens if the following program is run in C and C++?
#include <stdio.h> void main() { printf("Hello World"); }
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 the correct syntax for a for loop in C++?
Q. The default access level assigned to members of a class is ___________
Q. Is it mandatory to call a constructor to create an object?
Q. Which of the following is not a valid conditional inclusions in preprocessor directives
Q. ____ allocates memory, based on the data type of the variable.
Q. What happens if the following program is run in C and C++?
Discusssion
Login to discuss.