DHIRAJLAL GANDHI COLLEGE OF TECHNOLOGY (AUTONOMOUS), SALEM
B.E / B.Tech. LABORATORY EXAMINATIONS, APRIL/MAY 2025
Second Semester
Electrical and Electronics Engineering
24MCS202
(Regulations - 2021)
Time : 3 Hours Max. Marks 100
Aim and Procedure Program Output & Results Viva-Voce Record Total
20 40 20 10 10 100
Write a C program to take input of name, rollno and marks obtained by a student in 4 subjects of 100
1.
marks each and display the name, rollno with percentage score secured.
2. Write a C program to input two numbers and display the maximum number.
3. Write a C program to find whether a character is consonant or vowel using switch statement.
4 Write a C program to print positive integers from 1 to 10.
5 Write a C program to check whether a number is Palindrome or not.
6 Write a C program to generate Fibonacci series.
7. Write a C Program to reverse the array elements in C Programming
8 Write a C program to concatenate two strings
Write a C program to swap two integers using call by value and call by reference methods of passing
9.
arguments to a function
10 Write a C program to calculate area and circumference of a circle.
11 Write a C Program to multiply two 3 X 3 Matrices
12 Write a C program to check whether a number is prime using functions.
13 Write a C program to search an element in array using pointers.
14 Write a C program in C to copy one string to another string
15 Write a C Program to print contents of file
16 Write the file Input and output Operations
17. Write a C program to store student information in structure and display it.
18 Write a C program that uses functions to perform Multiplication of Two Matrices
19 Write a C program to find the roots of a quadratic equation.
20 Write a C program to perform arithmetic operations using switch statement