C Programme Module 3 Question
C Programme Module 3 Question
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)
Part B
OR
July 2021(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)