Course Code: EST102
PROGRAMMING IN C
MODULE-3
Part A
1. Write a C program to find length of a string without using string handling functions.
July 2021(3marks)
2. What is an array? Illustrate using an example, how a single dimensional array is initialised.
July 2021(3marks)
3. Explain any 3 string handling functions using examples. July 2021(3marks)
4. Write a C program to find the occurrence of each element in an array. July 2021(3marks)
5. Write a C program to compare any two strings using string handling functions.
June 2022(3marks)
6. Write a C program to find the largest element in an array. June 2022(3marks)
Part B
7. a) Explain any 4 string handling functions in C programming. (7marks)
b) Write a C program to perform linear search on an array of numbers July 2021(7marks)
OR
8. a) Write a C program to find second largest element in an array. (7marks)
b) Write a C program to check whether a string is palindrome or not without using string handling
functions. July 2021(7marks)
9. a) Write a C program to perform linear search on an array of numbers. (7marks)
b) Write a C program to reverse a string without using string handling functions.
July 2021(7marks)
OR
10. a) Write a C program to find the transpose of a matrix. (7marks)
b) Write a C program to print number of vowels and consonants in a string.
July 2021(7marks)
11. a) Write a C program to find the transpose of a matrix. (7marks)
b) Explain any 4 string handling functions in C programming. June 2022(7marks)
OR
https://wa.me/+917994352111
12. a) Write a C program to reverse a string without using string handling functions. (7marks)
b) Write a C program to sort an array of numbers using bubble sort. June 2022(7marks)
13. Explain the String Handling functions with Example (7marks)
14. Write a c program to count the no of vowels in a string without using string handling functions
(7marks)
15. Write a program to perform string palindrome (7marks)
16. Write a c program to perform matrix addition (7marks)
17. Write a c program to perform matrix multiplication (7marks)
18. Write a c program to perform transpose of a matrix (7marks)