P2Pprogrammer 2 programmer

Home > Download > SMU - Question Paper > MSc IT > MT0042

C++


This is the collection of Sikkim Manipal University (SMU) question and answers for C++. It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2025, 2024, 2023 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of C++, SMU - Master of Science in Information Technology.

Course Name        MSc IT (Master of Science in Information Technology)

Subject Code       MT0042 (C++)

Get Questions        PART - A    PART - B    PART - C

Subject : C++

     MT0042 : PART - B    


Q. 1The different modes for opening files are
1) in
2) out
3) inout
4) ate
5) app
 A)1), 2), 4) and 5)
 B)1), 2), 3) and 4)
 C)2), 3), 4) and 5)
 D)1), 2) and 3)
   
Q. 2____ and____ operators can not be over
loaded
 A):: : +
 B)*; ::
 C).:*
 D)-;.
   
Q. 3Fill in the blanks
i) When an object of a _____ is created, the
base class constructor is executed followed by
its own constructor
ii) ___ are applied in the reverse order in a
class hierarchy
 A)friend class, templates
 B)derived class, destructors
 C)base class, constructors
 D)abstract class, inline function
   
Q. 4The advantages of OOP are
1) increased programming productivity
2) increased maintenance cost
3) decreased programming productivity
4) Decreased maintenance cost
 A)Only 1)
 B)2) and 3)
 C)Only 2)
 D)1) and 4)
   
Q. 5Which of these is not a correct way to
initialize arrays in C++?
 A)char n(5); For (int i=1; i<=5; i++) Cin >> n[i];
 B)char name [5] = "0011";
 C)static int n[2] [31 = 1 1 2, 4, 1 1, 2, 3
 D)None of the above
   
Click here to get C++ (MT0042) New Question


Home > Download > SMU - Question Paper > MSc IT > MT0042