Arjulabreportindex
Arjulabreportindex
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
6. Pointers
1. Swapping Two Variables Using Pointers--------------------------------------- 41
2. Swapping Two Variables--------------------------------------------------------- 42
3. Performing Arithmetic Operations Using Pointers--------------------------- 43
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