O
Q. The output of this program is
int a = 10; void main() { int a = 20; cout << a << ::a; }
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. An exception is generated using the keyword __________
Q. A constructor that accepts __________ parameters is called the default constructor.
Q. Which of the following will correctly initialize a dynamic array of integers with 10 elements?
Q. With the help of which character array can be initialized using
Q. What is the length of long double data type?
Q. Which one is not a correct variable type in C++?
Q. OOPs follows ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ approach during program design.
Q. What will be the output of the following C++ code?
Q. If a function is friend of a class, which one of the following is wrong?
Q. Which of the following is the correct way to call a member function of a class in C++?
Discusssion
Login to discuss.