1.

Which among the following is correct, based on the given code below: class student { int marks; public : student() { cout<

A. Cout can t be used inside the constructor
B. Constructor must contain only initializations
C. This program works fine
D. This program produces errors
Answer» D. This program produces errors


Discussion

No Comment Found