P2Pprogrammer 2 programmer

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


Q. 176. 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
   
Q. 2 _______ is not an operation to be performed on Binary tree a) insertion b) traversal c) search d) deletion e) copying
 A)only b and c
 B)all except e
 C)none of the above
 D)all of above
   
Q. 3Match 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. 4State whether true or false 1. The abstract level is specification of the data structure 2. At the application level, the user is modeling real-life data in a specific context 3. The implementation level is where the model becomes compilable, executable code
 A)true, false, true
 B)true, true, false
 C)false, true, false
 D)true, true, true
   
Q. 5Match the following SET A i) System Software ii) Application Software SET B a) OS b) ESS c) Office Automation Tools d) Database tools e) Editors f) Linkers
 A)i-a,b,e ii-c,d,f
 B)i-a,c,e ii-b,d,f
 C)i-a,f,e ii-c,d,b
 D)i-a,b,c ii-d,e,f
   
Click here to get Data Structures using C (MC0068) New Question


Home > Download > SMU - Question Paper > MCA > MC0068