0% found this document useful (0 votes)
5 views2 pages

Arjulabreportindex

The document is an index of experiments related to C programming, covering various topics such as basic operations, number checking, mathematical calculations, arrays and matrices, strings, pointers, switch case operations, patterns, and structures. Each section includes specific experiments with corresponding page numbers. It serves as a comprehensive guide for learning and practicing C programming concepts.

Uploaded by

Shanon Jensen
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)
5 views2 pages

Arjulabreportindex

The document is an index of experiments related to C programming, covering various topics such as basic operations, number checking, mathematical calculations, arrays and matrices, strings, pointers, switch case operations, patterns, and structures. Each section includes specific experiments with corresponding page numbers. It serves as a comprehensive guide for learning and practicing C programming concepts.

Uploaded by

Shanon Jensen
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/ 2

Index of Experiments

1. Basic Operations
1. Introduction to C Programming--------------------------------------------- 1
2. Download and Install Process of Code Blocks---------------------------- 2 - 4
3. Printing Text on Screen Using printf() in C Programming-------------- 4 - 5
4. Taking User Input Using scanf() in C Programming--------------------- 5 - 6

2. Number Checking
1. Checking if a Number is Positive, Negative, or Zero--------------------- 6 - 7
2. Checking if a Number is Odd or Even-------------------------------------- 7 - 8
3. Write a Program to Check if a Number is Prime--------------------------- 8 - 10

3. Mathematical Calculations
1. Multiplication of First N Natural Numbers ---------------------------------- 10 - 11
2. Sum of First N Natural Numbers --------------------------------------------- 11 - 12
3. Finding the Area of a Rectangle ---------------------------------------------- 12 - 13
4. Finding the Area of a Triangle ------------------------------------------------ 13 - 14
5. Finding the Area of a Circle --------------------------------------------------- 14
6. Finding the Volume of a Cube --------------------------------------------- 15
7. Finding the Perimeter of a Circle --------------------------------------------- 16
8. Validity Check of a Triangle-------------------------------------------------- 17 - 18
9. Calculating Factorial ---------------------------------------------------------- 31
10. Calculating the Sum of Natural Numbers Using Recursion------------- 33
11. Calculating the Sum of Fibonacci Series-------------------------------------34

4. Arrays and Matrices


1. Taking an Array as Input--------------------------------------------------------- 18
2. Finding the Average of an Array------------------------------------------------ 19
3. Merging Two Arrays-------------------------------------------------------------- 20
4. Searching for Numbers in an Array--------------------------------------------- 22
5. Sorting an Array Using Bubble Sort-------------------------------------------- 23
6. Removing Elements from an Array--------------------------------------------- 25
7. Scanning and Printing a Matrix------------------------------------------------- 26
8. Summation of Two Matrices----------------------------------------------------- 28
9. Multiplication of Two Matrices ------------------------------------------------- 29
10. Implementing Binary Search ------------------------------------------------- 53
5. Strings
1. String Case Conversion----------------------------------------------------------- 36
2. String Concatenation Using C Programming---------------------------------- 37
3. Counting Vowels, Consonants, and Other Characters------------------------ 38
4. Finding the Length of a String--------------------------------------------------- 40

6. Pointers
1. Swapping Two Variables Using Pointers--------------------------------------- 41
2. Swapping Two Variables--------------------------------------------------------- 42
3. Performing Arithmetic Operations Using Pointers--------------------------- 43

7. Switch Case Operations


1. Determining the Month Using Switch Case ----------------------------------- 45
2. Detecting Even or Odd Using Switch Case------------------------------------ 46
3. Detecting Vowel or Consonant Using Switch Case--------------------------- 48
4. Performing Arithmetic Operations Using Switch Case----------------------- 49
5. Determining the Grade of a Student Using Switch Case -------------------- 50
6. Demonstrating Nested Switch Statements-------------------------------------- 52

8. Patterns
1. Printing Patterns of a Hollow Triangle and Rectangle-------------------------- 55
2. Drawing a Downside Left Pyramid Pattern--------------------------------------- 57
3. Drawing a Middle Pyramid Pattern------------------------------------------------ 58
4. Drawing a Left Pyramid Pattern---------------------------------------------------- 60
5. Drawing a Hollow Diamond Pattern----------------------------------------------- 61
6. Drawing a Diamond Pattern--------------------------------------------------------- 63

9. Structures
1. Storing and Sorting Records using Structures in C----------------------------- 66 - 67

Signature

You might also like