V
Q. Which of the following is the correct way to declare a constant in C++?
Both 'const int x = 10;' and 'int const x = 10;' are correct ways to declare a constant in C++.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The ‐‐‐‐‐‐‐ are used to check the relationship between two numeric operands or expressions.
Q. Which of these operators is used in order to capture every external variable by reference?
Q. Which header file is used to pass an unlimited number of arguments to a function?
Q. Which of the following will access the fifth element stored in an array?
Q. Code reuse can be achieved in a C++ program using ______.
Q. Ability of an operator or function call to take different forms is known as _______
Discusssion
Login to discuss.