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. Which of the STL containers store the elements contiguously (in adjacent memory locations)?
Q. How many loops are there in C++ 98?
Q. What is currect syntax of for loop?
Q. Which of the following is used to prevent multiple inclusions of a header file?
Q. What is the ASCII value of ‘\0’ character?
Q. ‐‐‐‐‐‐‐ can represent items of varying data types to an item.
Q. The elements in a structure are also called _______
Discusssion
Login to discuss.