1.

         Note:Includes all required header filesusing namespace std; class sample{    int x;} int main(){    sample obj;    obj.x=100;    cout<
17.What will be the output of this program?

A. Error
B. size =Garbage
C. size =1
D. Compile but no output
Answer» D. Compile but no output


Discussion

No Comment Found

Related MCQs