Tag: Structures

  • C++ Programming MCQ – Quizs Question Structures

    C++ Programming MCQ – Quizs Question Structures

    Q 1. The data elements in the structure are also known as what?A. objectsB. membersC. dataD. objects & data Show Answer Answer:-B. members Explanation Variables declared inside a class are called as data elements or data members. Q 2. What will be used when terminating a structure?A. :B. }C. ;D. ;; Show Answer Answer:-C. ;…

You cannot copy content of this page