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

Module 3,4,5 Assignment

The document outlines tasks and topics for Modules 3, 4, and 5 in a C programming course. It includes developing programs for binary and linear search, bubble sort, matrix multiplication, and discusses storage classes and function terminologies. Additionally, it covers 2D arrays, string operations, and character manipulation functions.

Uploaded by

ranik1828
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)
19 views1 page

Module 3,4,5 Assignment

The document outlines tasks and topics for Modules 3, 4, and 5 in a C programming course. It includes developing programs for binary and linear search, bubble sort, matrix multiplication, and discusses storage classes and function terminologies. Additionally, it covers 2D arrays, string operations, and character manipulation functions.

Uploaded by

ranik1828
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
You are on page 1/ 1

MODULE 3

1. Develop a C program to print Binary search


2. Develop a C program to print Linear search
3. Develop a C program to sort the given set of N numbers using bubble sort.
4. Define storage class explain the different storage classes supported by c
5. Discuss the terminologies used in Functions

MODULE 4
1. How 2D array is represented in memory. Explain with suitable example.
2. What are strings? Mention the reading strings and writing strings along with their Syntax.
3. Develop a C program to implement matrix multiplication and validate the rules of multiplication

MODULE 5

1. Explain any five character manipulation functions with examples.


2. Define structure? How structure is declared and initialize.

You might also like