P2Pprogrammer 2 programmer

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


Q. 1The output of following code will be
int x, i=10;
x=i++;
printf(“%d”,x);
printf(“%d”,i);
 A)10, 11
 B)11,10
 C)11, 11
 D) 10,10
   
Q. 2______ statement is a conditional
branching statement
 A)for
 B)do
 C)while
 D)switch
   
Q. 3The type of variable specifies
 A)a set of values
 B)a set of operations
 C)Both A and B
 D)Neither A nor B
   
Q. 4 ______ echoes the keying in character on
screen
 A)getch()
 B)getche()
 C)fgets()
 D)getchar()
   
Q. 5predict the output of following code
int a=10, b=11;
if(a>b)
printf(“ a is big number”);
else
printf(“b is big number”);
 A)a is big number
 B)b is big number
 C)error will be generated
 D)none of above
   
Q. 6register and far are keywords in C. true or
false
 A)only register
 B) only far
 C)both of them
 D) none of above
   
Q. 7 A ______ is typically single dimensional
array of characters
 A)String
 B)Structure
 C)Stack
 D)None of above
   
Q. 8_______ is not a storage class
 A)Static
 B)Register
 C)Internal
 D)Automatic
   
Q. 9______ function accepts file pointer as a
parameter and resets the position of the file
pointer to start of the file.
 A)restart()
 B)rewind()
 C)retrieve()
 D)none of above
   
Q. 10The function that is used to reposition the
file pointer is
 A)fgets()
 B)ftell()
 C)fseek()
 D) fp()
   
Click here to get Data Structures Using C (BC0038) New Question


Home > Download > SMU - Question Paper > BCA > BC0038