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 - A
Q. 1 | ____ is a self contained unit or module of data and code |
| A) | Object |
| B) | Class | | C) | Function | | D) | Member | | | | Q. 2 | ___ function is used as a limit to the compiler to expand and substitute the body of the function in place of the call |
| A) | Friend |
| B) | Virtual | | C) | Inline | | D) | Static | | | | Q. 3 | To handle exceptions, the keyword to b e used is |
| A) | throw |
| B) | catch | | C) | DETECT | | D) | None of these | | | | Q. 4 | What is the use of the following statement? Seekg (-5,ios::end); |
| A) | moves the get pointer 5 bytes backward
from the end of the file |
| B) | moves the get pointer 5 bytes forward from
the beginning of the file | | C) | moves the put pointer 5 bytes backward
from the end of the file | | D) | moves the put pointer 5 bytes forward from
the beginning of the file | | | | Q. 5 | Which of these interfaces of an object must be defined when creating an instance of a template? |
| A) | The "public" interface |
| B) | The "inheritance" intert'acc | | C) | The "parameter" interface | | D) | All of these | | | | Q. 6 | Which of these is an example of an assignment operator? |
| A) | && |
| B) | || | | C) | = = | | D) | = | | | | Q. 7 | The function not use to concatenation of two strings is |
| A) | strcpy |
| B) | strcat | | C) | + | | D) | get() | | | | Q. 8 | The base class for stream class is |
| A) | ios |
| B) | istream | | C) | ostream | | D) | None of these | | | | Q. 9 | What is used to convert a class type to Basic type? |
| A) | Constructor in source |
| B) | Constructor destination | | C) | Conversion function in destination | | D) | Conversion function in source | | | | Q. 10 | Which statement is used to declare templates? |
| A) | template |
| B) | template | | C) | template class | | D) | template T | | | |
Click here to get
C++ (MT0042)
New Question
Home > Download > SMU - Question Paper
> MSc IT > MT0042