0% found this document useful (0 votes)
3 views1 page

Module 4 Ecb Question Bank

This document is a question bank for an Introduction to C Programming course, specifically focusing on Module-4. It includes a list of programming tasks and questions related to topics such as sorting algorithms, string manipulation, array comparisons, and search operations, each with specified marks and cognitive levels. The questions aim to assess students' understanding and application of C programming concepts.

Uploaded by

Jagadamba A
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Module 4 Ecb Question Bank

This document is a question bank for an Introduction to C Programming course, specifically focusing on Module-4. It includes a list of programming tasks and questions related to topics such as sorting algorithms, string manipulation, array comparisons, and search operations, each with specified marks and cognitive levels. The questions aim to assess students' understanding and application of C programming concepts.

Uploaded by

Jagadamba A
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like