P2Pprogrammer 2 programmer


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 - B    


Q. 1Syntax of for loop is
 A)for(initialize counter; check for final value; increment counter) { statement}
 B)for(initialize counter; check for final value; increment counter) { set of statements in loop}
 C)both A and B
 D)only B
   
Q. 2Select 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. 3Different 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. 4Predict the output of following code int b=10;
b=b<<2;
b=b>>3;
printf(“%d”,b);
 A)5
 B)40
 C)10
 D)1
   
Q. 5____ 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
   
Click here to get Data Structures Using ‘ C ‘ (MT0033) New Question


Home > Download > SMU - Question Paper > MSc IT > MT0033