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 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 - 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. 1 ______ is a pile in which items are added at
one end and removed from the other
 A)Stack
 B)Queue
 C)List
 D)None of above
   
Q. 2______ 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. 3The function that is used to reposition the
file pointer is
 A)fgets()
 B)ftell()
 C)fseek()
 D) fp()
   
Q. 4Stack is also called as
 A)Last in first out
 B)First in last out
 C) Last in last out
 D) First in first out
   
Q. 5A good hash function is
 A)is cheap to evaluate
 B)tends to use all positions from O….M with uniform frequency
 C)tends to put similar keys in different parts of the tables
 D)all the above
   
Q. 6______ statement is a conditional
branching statement
 A)for
 B)do
 C)while
 D)switch
   
Q. 7 _____ is a macro defined in stdio.h that
gets one character from the file pointer
specified
 A)getc()
 B) getch()
 C)getchar()
 D)getche()
   
Q. 8Applications of stack are
 A)Conversion of expressions
 B)Evaluation of expressions
 C)Recursion
 D)All of above
   
Q. 9Methods of parameter passing is
 A)Call by value
 B)Call by reference
 C)Only A
 D)Both A and B
   
Q. 10Various operations that are performed are
 A)Open a file
 B)Read data from the file
 C)Closing a file
 D)All of above
   
Click here to get Data Structures Using C (BC0038) New Question


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