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. The non-root node of item-prefix-tree consists of ________ fields.
Q. In Form view, which command displays records alphabetically?
Q. The DMA transfers are performed by a control circuit called as
Q. For a graph of degree three, in what time can a Hamiltonian path be found?
Q. What is the port number for HTTP?
Q. With multiprogramming is used productively.
Q. What is the grade of a planar graph consisting of 8 vertices and 15 edges?
Q. The anthropomorphic device may transmit the media device command to
Q. Default administrative distance of a static route is ________
Discusssion
Login to discuss.