Home > Download > SMU - Question Paper
> MSc IT > MT0033
Data Structures Using ‘ C ‘
This is the collection of
Sikkim Manipal University (SMU) question and answers for Data Structures 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 Data Structures Using ‘ C ‘, SMU - Master of Science in Information Technology.
Course Name
MSc IT (Master of Science in Information Technology)
Subject Code MT0033 (Data Structures Using ‘ C ‘)
Get Questions
PART - A
PART - B
PART - C
Subject : Data Structures Using ‘ C ‘
MT0033 : PART - C
Q. 1 | Match the following with respect to mode &
meaning
SET A
i) r
ii) w+
iii) a+
SET B
Read only
Write only
Read write
Append |
| A) | i-a, ii-b, iii-d |
| B) | i-c, ii-b, iii-d | | C) | i-a, ii-c, iii-d | | D) | i-a, ii-b, iii-c | | | | Q. 2 | An abstract data type is characterized by
following
a) it imports a type
b) it exports a set of operations
c) operations of the interface are not the only
access mechanism
d) axioms and preconditions define the
application domain of the type |
| A) | only a |
| B) | only a, b | | C) | only b, c, d | | D) | only b, d | | | | Q. 3 | Match the following preprocessor directives with their usage
SET A
i) #undef
ii) #endif
iii) #if
iv) #else
SET B
a) to define macro
b) to end preprocessor condition
c) to specify the alternative action
d) to undefined macro
e) to test the condition |
| A) | i-a, ii-b, iii-e, iv-c |
| B) | i-b, ii-e, iii-a, iv-c | | C) | i-c, ii-b, iii-e, iv-d | | D) | i-d, ii-b, iii-e, iv-c | | | | Q. 4 | Match the following with respect to storage classes
SET A
i) variables validity is limited to function in which it has been declared
ii) variable is available to the rest of program from the point of definition
iii) variable is stored in CPU
iv) variable is available permanently
SET B
a) Automatic Storage
b) External Storage
c) Static Storage
d) Register Storage |
| A) | i-a, ii-b, iii-c, iv-d |
| B) | i-b, ii-a, iii-c, iv-d | | C) | i-a, ii-b, iii-d, iv-c | | D) | i-c, ii-d, iii-a, iv-b | | | | Q. 5 | 76. Predict the output of following program for input of 6
#include
#include
void main()
{
int i, j, k=1;
clrscr();
printf(“\n enter a number :\t”);
scanf(“%d”, &j);
do
{
k*=i;
printf(“%d”, k);
i--;
}
while(i<=j);
getch();
} |
| A) | 1 2 6 24 120 720 |
| B) | 720 | | C) | compile time error | | D) | run time error | | | |
Click here to get
Data Structures Using ‘ C ‘ (MT0033)
New Question
Home > Download > SMU - Question Paper
> MSc IT > MT0033