MCQOPTIONS
Note:Includ..
Note:Includes all required header files class Test { int x; };int main(){ Test t; cout << t.x; return 0;}