Question Bank
INTRODUCTION TO C PROGRAMMING
QUESTION BANK
MODULE-4
[Link]. QUESTIONS COS CL MARKS
1 Write a C program to sort the given set of N numbers using CO4 L2 10M
Bubble sort.
2 Demonstrate the passing of 2D arrays to a function with example CO4 L2 10M
code?
3 Explain the writing of strings with suitable example code snippet. CO4 L2 10M
4 Discuss the string manipulations functions with syntax and CO4 L2 10M
example for each.
5 Compare reading and writing of strings with code snippet. CO4 L2 10M
6 Write a C program to perform the following operations with CO4 L2 10M
respect to different string operations like i.
string length ii. Compare two strings iii. Concatenation of two
strings.
7 Compare single dimensional and two-dimensional arrays. CO4 L2 10M
8 What is multidimensional array. Write a C program to perform CO4 L2 10M
transpose of matrix.
9 Write a C program to perform Linear search and Binary CO4 L1 10M
search.
10 CO4 L2 10M
Write a C program to perform matrix multiplication
Course Faculty