Home > Download > SMU - Question Paper
> MCA > MC0068
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 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 Data Structures using C, SMU - Master of Computer Application.
Course Name
MCA (Master of Computer Application)
Subject Code MC0068 (Data Structures using C)
Get Questions
PART - A
PART - B
PART - C
Subject : Data Structures using C
MC0068 : PART - B
Q. 1 | Select the output of following code will be
char st[]=”halotechnologies”;
while(st[i]!=’\0’)
{
i++;
}
printf(“%d”,i); |
| A) | halotechnologies |
| B) | halo technologies | | C) | 16 | | D) | 17 | | | | Q. 2 | ____ indicates carriage return |
| A) | \t |
| B) | \r | | C) | \b | | D) | \c | | | | Q. 3 | Select the incorrect statement from
following |
| A) | Elements of array connected by contiguity
resides anywhere in memory |
| B) | Elements of linked list connected by pointers
reside in contiguous memory | | C) | Neither A nor B | | D) | Both A and B | | | | Q. 4 | Different types of queues are
a. Ordinary queue
b. Double ended queue
c. Circular queue
d. Priority queue
|
| A) | a, b, c |
| B) | a, b, c, d | | C) | a, b | | D) | b, c | | | | Q. 5 | Select correct syntax of declaring structure |
| A) | struct student { a()} |
| B) | struct student { a() }; | | C) | struct student {int a; }std[10]; | | D) | struct student {int a; a()}; | | | |
Click here to get
Data Structures using C (MC0068)
New Question
Home > Download > SMU - Question Paper
> MCA > MC0068