Introduction to C Programming — Minor 2025 question paper
MMMUT Computer Science and Engineering previous year question paper for Introduction to C Programming (BCS-110), semester 1, Minor 2025. 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 2025
Questions: 12
Questions asked in Introduction to C Programming Minor 2025
Q1. Attempt any Two parts of the following.
Q1(a). Describes features of C language in deta.1. Also, explain rules for writing, compiling and executing the C program [4 marks]
Q1(b). Design an algorithm and flowchart to input IPL critic'et players score and find their average. [4 marks]
Q1(c). Explain the Operators and its Precedence in C language with suitable example. [4 marks]
Q2. Attempt any Two parts of the following.
Q2(a). Write a program in C language to display the student Grade as per below information: Input marks in an array. Use if-else to assign grades (A, B, C, etc.). [3 marks]
Q2(b). Describe conditional statement with suitable examples. Write a C program to check a given number is prime or not without using looping statements. [3 marks]
Q2(c). What are the looping statements in c language? Write a program to reverse a number and then count its different digits. [3 marks]
Q3. Attempt any Two parts of the following.
Q3(a). Define array and its applications. Write a C program to store 10 elements in an array and check how many numbers are positive. [3 marks]
Q3(b). Define string. Write a program to take students names as an input and sort their name in dictionary order. [3 marks]
Q3(c). Define string functions and also write function to concatenate two strings and verify their lengths using function. [3 marks]