R
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. Which of the following statement is not true about preprocessor directives?
Q. Which of the following escape sequence represents tab?
Q. Which class allows only one object to be created.
Q. Which of the following are member dereferencing operators in CPP? 1. * 2. :: 3. ->* 4. ::* 5. ->
Q. Which of the following is the correct way to define a friend function in C++?
Q. What is the difference between struct and class in C++?
Q. Which is the correct syntax of defining a pure virtual function?
Q. Which of the following concepts means adding new components to a program as it runs?
Discusssion
Login to discuss.