D
Q. What is the output of the following C++ code?
#include <iostream> using namespace std; class A { int s; public: #define ABC(A::s) }; int main(int argc, char const *argv[]) { cout << "Hello world"; return 0; }
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 correctly describes the meaning of‘namespace’ feature in C++?
Q. The arrays of variable that are of the type class
Q. Which operator can not be overloaded?
Q. In CPP, dynamic memory allocation is done using ______________ operator.
Q. ‐‐‐‐‐ is a function that is expanded in line when it is invoked.
Q. What is the purpose of the 'virtual' keyword in C++?
Discusssion
Login to discuss.