P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > BCA > BC0037

Object Oriented Programming Using C++


This is the collection of Sikkim Manipal University (SMU) question and answers for Object Oriented Programming Using 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 Object Oriented Programming Using C++, SMU - Bachelor of Computer Application.

Course Name        BCA (Bachelor of Computer Application)

Subject Code       BC0037 (Object Oriented Programming Using C++)

Get Questions        PART - A    PART - B    PART - C

Subject : Object Oriented Programming Using C++

     BC0037 : 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)B) 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 Object Oriented Programming Using C++ (BC0037) New Question


Home > Download > SMU - Question Paper > BCA > BC0037