R
Q. Choose the correct option. (i) extern int k; (ii) int k;
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. What is the purpose of the 'new' keyword in C++?
Q. From which function does the execution of a C++ program start?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x << 1);
Q. What is the output of the following C++ program?
Q. ____ data types are structure, union, class and enumeration.
Q. Which of the following is not correct for virtual function in C++?
Discusssion
Login to discuss.