V
Q. Which of the following is used to define a macro in C++?
The '#define' directive is used to define a macro in C++.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The operator “>>” is called ‐‐‐‐‐
Q. Which of the following term is used for a function defined inside a class?
Q. What will be output for the following code?
Q. What is the output of the following code?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x && y);
Q. We can prevent a function from throwing any exceptions.
Q. An exceptio in C++ can be generated using which keywords.
Q. What operation can be performed by destructor?
Q. In which type of constant the Decimal numbers, integer and floating-point are related?
Discusssion
Login to discuss.