Home > Download > SMU - Question Paper
> BCA > BC0038
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 - Bachelor of Computer Application.
Course Name
BCA (Bachelor of Computer Application)
Subject Code BC0038 (Data Structures Using C)
Get Questions
PART - A
PART - B
PART - C
Subject : Data Structures Using C
BC0038 : PART - B
Q. 1 | ____ is used for printing real values and ____ is used for string value |
| A) | %f and %c |
| B) | %f and %d | | C) | %f and %s | | D) | %s and %f | | | | Q. 2 | 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. 3 | 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. 4 | What will be value of a after the following code int a =10; b=20, c; c=a; a=b; b=c; |
| A) | 10 |
| B) | 20 | | C) | 0 | | D) | none of above | | | | Q. 5 | ______ is not an advantage of array |
| A) | It saves the memory |
| B) | Searching is faster | | C) | Only A | | D) | Both A and B | | | |
Click here to get
Data Structures Using C (BC0038)
New Question
Home > Download > SMU - Question Paper
> BCA > BC0038