FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download ABVMU MBBS 1st Year 2022 January 2112130003 Biochemistry Paper II 2022 January Question Paper

Download ABVMU (Atal Bihari Vajpayee Medical University) MBBS (A Bachelor of Medicine, Bachelor of Surgery) 1st Year (First Year) 2022 January 2112130003 Biochemistry Paper II 2022 January Previous Question Paper

This post was last modified on 13 March 2023

--- Content provided by​ FirstRanker.com ---

2. Part-A contains 10 Multiple Choice Questions of 1 mark each.

3. Part-B contains 5 questions carrying 12 marks each.


PART-A

Answer all questions. All questions carry equal marks.


--- Content provided by‍ FirstRanker.com ---

  1. Choose the valid variable name from the following:

    1. 123var
    2. var123
    3. var name
    4. $var
    5. --- Content provided by FirstRanker.com ---

  2. Which of the following is a keyword in C?

    1. For
    2. While
    3. Do
    4. --- Content provided by‌ FirstRanker.com ---

    5. All the above
  3. What is the output of the following code snippet?

      #include <stdio.h> int main() { int x = 5; printf("%d", x++); return 0; }  
    1. 5
    2. 6
    3. --- Content provided by‌ FirstRanker.com ---

    4. 4
    5. Error
  4. Which operator is used to access the member of a structure using a pointer?

    1. . (dot)
    2. --- Content provided by‍ FirstRanker.com ---

    3. -> (arrow)
    4. * (asterisk)
    5. & (ampersand)
  5. What is the purpose of the malloc() function?

    --- Content provided by​ FirstRanker.com ---

    1. Allocate memory
    2. Free memory
    3. Reallocate memory
    4. None of the above
  6. --- Content provided by FirstRanker.com ---

  7. What is the use of header files in C?

    1. To include standard library functions
    2. To define user-defined functions
    3. To declare variables
    4. All of the above
    5. --- Content provided by FirstRanker.com ---

  8. Which of the following is the correct way to open a file in read mode?

    1. fopen("file.txt", "r")
    2. fopen("file.txt", "w")
    3. fopen("file.txt", "a")
    4. --- Content provided by‌ FirstRanker.com ---

    5. fopen("file.txt", "rb")
  9. What does the acronym 'CPU' stand for?

    1. Central Processing Unit
    2. Computer Processing Unit
    3. --- Content provided by‍ FirstRanker.com ---

    4. Control Processing Unit
    5. Central Program Unit
  10. Which data structure follows the LIFO (Last In, First Out) principle?

    1. Queue
    2. --- Content provided by⁠ FirstRanker.com ---

    3. Stack
    4. Array
    5. Linked List
  11. What is the purpose of the #include directive?

    --- Content provided by‌ FirstRanker.com ---

    1. To include a file
    2. To define a macro
    3. To declare a variable
    4. To define a function
  12. --- Content provided by FirstRanker.com ---


PART-B

Answer all questions. All questions carry equal marks.


  1. a) Explain different types of operators used in C language with examples.

    (OR)

    --- Content provided by​ FirstRanker.com ---

    b) Explain the structure of a C program with an example.

  2. a) Write a C program to check whether the given number is prime or not.

    (OR)

    b) Explain different types of looping statements in C with examples.

    --- Content provided by⁠ FirstRanker.com ---

  3. a) Write a C program to find the largest element in an array.

    (OR)

    b) Explain different types of string handling functions with examples.

  4. --- Content provided by⁠ FirstRanker.com ---

  5. a) Explain the concept of recursion with an example. Write a C program to find factorial of a number using recursion.

    (OR)

    b) Explain different types of parameter passing techniques with examples.

  6. a) Explain the concept of dynamic memory allocation with examples.

    --- Content provided by‌ FirstRanker.com ---

    (OR)

    b) Write a C program to copy the contents of one file to another.


Get more study materials at FirstRanker.com

--- Content provided by⁠ FirstRanker.com ---