1.

The data elements in the structure are also known as what?(a) objects(b) members(c) data(d) objects & dataI got this question in semester exam.This intriguing question comes from Structures topic in portion Types, Pointers, Arrays & Structures in C++ of C++

Answer»

Right answer is (b) members

The best I can explain: VARIABLES DECLARED INSIDE a class are called as data ELEMENTS or data members.



Discussion

No Comment Found

Related InterviewSolutions