M
Q. Predict the output?
#include <iostream> using namespace std;
class Test
{
int x;
Test() { x = 5;}
};
int main()
{
Test *t = new Test; cout <<t->x;
}
Be the first to start discuss.
Related MCQs
Q. Bellmann Ford Algorithm can be applied for
Q. Which of the following is an example of a real time operating system?
Q. Which of the following is not a software testing generic characteristics?
Q. A priori algorithm is otherwise called as_________
Q. You want to enable both arpa and snap encapsulation on one router interface. How do you do this?
Q. Examples of repetitive tasks performed by system administrators
Discusssion
Login to discuss.