1.

Which of the following is incorrect?

A. class student{ }s;
B. class student{ }; student s;
C. class student{ }s[];
D. class student{ }; student s[5];
Answer» D. class student{ }; student s[5];


Discussion

No Comment Found