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 2024, 2023, 2022 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 - A    


Q. 1Which statement is used to declare
templates?
 A)template
 B)template
 C)template class
 D)template T
   
Q. 2Is to used to change a sentence str into
upper case
 A)toUpperCase (str)
 B)strupr (str)
 C)stmcat (str)
 D)All of these
   
Q. 3The command line parameters used by a
C++ program is
 A)argc
 B)argv
 C)Both A) and B)
 D)Neither A) nor B)
   
Q. 4____ is a data type, which is used to define
a heterogeneous set of data types or a set of
data items belonging to different data types
 A)void
 B)char
 C)structure
 D)array
   
Q. 5The short cut keys used to run the C++
program is
 A)CTRL + F8
 B)CTRL + F9
 C)CTRL + F5
 D)ALT + F5
   
Q. 6The && and // operators
 A)compares two numeric values
 B)combines two numeric values
 C)compares two Boolean values
 D)combines two Boolean values
   
Q. 7Which of these is not valid in ci-f?
 A)I+47 as integer value
 B)2000 as string constant
 C)12.5 as float constant
 D)None of these
   
Q. 8Given-char str [256];
how many characters at most can be actually
stored in the array?
 A)256
 B)255
 C)0
 D)None of these
   
Q. 9Dynamic memory can be deallocated using
 A)destructor function
 B)delete keyword
 C)a heap
 D)None of these
   
Q. 10____ implies a kind of " relationship”
 A)Aggregation
 B)Polymorphism
 C)Containership
 D)None of these
   
Click here to get C++ (MT0042) New Question


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