N Nexsus

Introduction to C Programming — Minor 2024 question paper

MMMUT Computer Science and Engineering previous year question paper for Introduction to C Programming (BCS-110), semester 1, Minor 2024. All 12 questions are listed below, each with a written answer on Nexsus.

Paper details

  • Subject: Introduction to C Programming (BCS-110)
  • Branch: Computer Science and Engineering
  • Semester: 1
  • Exam: Minor 2024
  • Questions: 12

Questions asked in Introduction to C Programming Minor 2024

  1. Q1. Attempt any Two parts of the following.
  2. Q1(a). Describes relevance of C language in detail. Also, explain the different type of computer languages and translators. [4 marks]
  3. Q1(b). Write a program in C to fill an array, count the frequency of repeated elements of that array, and print the array without repetition of elements. [4 marks]
  4. Q1(c). Write and describes the different types of data types and storage classes. Also, explain the tokens, identifiers and literals with suitable examples. [4 marks]
  5. Q2. Attempt any Two parts of the following.
  6. Q2(a). Write a C program to print Pascal triangle. Is switch statement replacement of if statement? Justify your answer. [3 marks]
  7. Q2(b). Describe if-else and conditional operator with suitable examples. Write a C program to check and print the prime numbers between 1 to 100. [3 marks]
  8. Q2(c). Implement continue and goto keywords in C programs. Describe operators of C in details. [3 marks]
  9. Q3. Attempt any Two parts of the following.
  10. Q3(a). Write a C program to print the vowels of a string. Write a C program to print "Amit Kumar Singh" as "A. K. Singh". [3 marks]
  11. Q3(b). Write a C program to concatenate two strings without using library function. Write five library functions related to string with suitable examples. [3 marks]
  12. Q3(c). Define array and its types. Write a C program to print upper triangle elements of a matrix. [3 marks]