R
Q. Is there any difference in below two statements?
int a = 10; int a(10);
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. Default return type of functions in CPP is ____ .
Q. What will happen when we use void in argument passing?
Q. Which of the following is the correct way to define a function with a default argument in C++?
Q. The result of a Relational operation is always
Q. The dot operator connects which of the following two entities?
Q. Which of the following is the correct way to initialize a string in C++?
Q. Which of the following statements is not true about preprocessor directives?
Q. Which of the following is a valid destructor of the class name “Country”
Discusssion
Login to discuss.