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 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 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. 1Select correct statement of the following
 A)Subscript range must be +ve integer constant
 B)The range of subscript start from zero up to specified final value
 C)Selection of array name is similar to selecting a variable name or identifiers in C
 D)All of above
   
Q. 2The properties of linear structure is
 A)Each element is ‘followed by’ at most one other element
 B)No two elements are ‘followed by’ the same element
 C)Only A
 D)Both A and B
   
Q. 3Select 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. 4What 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____ indicates carriage return
 A)\t
 B)\r
 C)\b
 D)\c
   
Click here to get Data Structures Using ‘ C ‘ (MT0033) New Question


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