@@ -4,55 +4,55 @@ My collection of basic C Programs.
4
4
## Solved Problems
5
5
6
6
* Add two integers. [ <a href =" Programs/add-two-integer.c " >code</a > ]
7
- * Area of an equilateral triangle. [ <a href =" area-of-an-equilateral-triangle.c " >code</a > ]
8
- * Area of rectangle from length and breadth. [ <a href =" area-of-rectangle-from-length-and-breadth.c " >code</a > ]
9
- * Area of triangle from base and height. [ <a href =" area-of-triangle-from-base-and-height.c " >code</a > ]
10
- * ASCII of character. [ <a href =" ascii-of-char.c " >code</a > ]
11
- * Average using array. [ <a href =" average-using-array.c " >code</a > ]
12
- * Celcius to Fahrenheit. [ <a href =" celsius-to-fahrenheit.c " >code</a > ]
13
- * Character from A to Z. [ <a href =" character-from-A-to-Z.c " >code</a > ]
14
- * Character is Alphabet or not. [ <a href =" character-is-alphabet-or-not.c " >code</a > ]
15
- * Check even or odd. [ <a href =" check-even-or-odd.c " >code</a > ]
16
- * Check if element occurs in array. [ <a href =" check-if-element-occurs-in-array.c " >code</a > ]
17
- * Concatenate two string. [ <a href =" concatenate-two-string.c " >code</a > ]
18
- * Convert second to hour, minute, day. [ <a href =" convert-second-to-hour-minute-day.c " >code</a > ]
19
- * Copy string without strcpy. [ <a href =" copy-string-without-strcpy.c " >code</a > ]
20
- * Days to year, month, week, day. [ <a href =" day-to-year-month-week-day.c " >code</a > ]
21
- * Diameter, circumference and area from radius. [ <a href =" diameter-circumference-area-from-radius.c " >code</a > ]
22
- * Even or odd. [ <a href =" even-or-odd.c " >code</a > ]
23
- * Fahrenheit to Celsius. [ <a href =" fahrenheit-to-celsius.c " >code</a > ]
24
- * Fibonnaci sequence. [ <a href =" fibonnaci-sequence.c " >code</a > ]
25
- * Find length of string. [ <a href =" find-length-of-string.c " >code</a > ]
26
- * Find square root of number. [ <a href =" find-square-root-of-number.c " >code</a > ]
27
- * Find third angle. [ <a href =" find-third-angle.c " >code</a > ]
28
- * Largest number from array. [ <a href =" largest-from-array.c " >code</a > ]
29
- * Largest number among three number. [ <a href =" largest-number-among-three-number.c " >code</a > ]
30
- * Leap year or not. [ <a href =" leap-year-or-not.c " >code</a > ]
31
- * Lexical order sorting. [ <a href =" lexical-order-sorting.c " >code</a > ]
32
- * Mark of five subject total average percentage. [ <a href =" mark-of-five-subject-total-average-percentage.c " >code</a > ]
33
- * Meter and kilometer from centimeter. [ <a href =" meter-and-kilometer-from-centimeter.c " >code</a > ]
34
- * Multiplication cross table. [ <a href =" multiplication-cross-table.c " >code</a > ]
35
- * Multiply two floating point number. [ <a href =" multiply-two-floating-point-number.c " >code</a > ]
36
- * n Percent increment. [ <a href =" n-percent-increment.c " >code</a > ]
37
- * Odd and even counting from array. [ <a href =" odd-and-even-counting-from-array.c " >code</a > ]
38
- * Palindrom or not. [ <a href =" palindrom-or-not.c " >code</a > ]
39
- * Perimeter of rectangle from length and breadth. [ <a href =" permiter-of-rectangle-from-length-and-breadth.c " >code</a > ]
40
- * Power of number. [ <a href =" power-of-number.c " >code</a > ]
41
- * Prime number range. [ <a href =" prime-number-range.c " >code</a > ]
42
- * Prime or not. [ <a href =" prime-or-not.c " >code</a > ]
43
- * Print even position elements from array. [ <a href =" print-even-position-elements-from-array.c " >code</a > ]
44
- * Print integer. [ <a href =" print-integer.c " >code</a > ]
45
- * Print odd position elements from array. [ <a href =" print-odd-position-elements-from-array.c " >code</a > ]
46
- * Reverse a number. [ <a href =" reverse-number.c " >code</a > ]
47
- * Reversing an array. [ <a href =" reversing-an-array.c " >code</a > ]
48
- * Sum of integer. [ <a href =" sum-of-an-integer.c " >code</a > ]
49
- * Sum of even number range. [ <a href =" sum-of-even-number-range.c " >code</a > ]
50
- * Sum of natural numbers. [ <a href =" sum-of-natural-numbers.c " >code</a > ]
51
- * Sum of number range. [ <a href =" sum-of-number-range.c " >code</a > ]
52
- * Sum of off number range. [ <a href =" sum-of-odd-number-range.c " >code</a > ]
53
- * Sum of prime number range. [ <a href =" sum-of-prime-number-range.c " >code</a > ]
54
- * Swap two numbers. [ <a href =" swap-two-numbers.c " >code</a > ]
55
- * Triangle with asterisk. [ <a href =" triangle-with-asterisk.c " >code</a > ]
56
- * Vowel and consonant count. [ <a href =" vowel-and-consonant-count.c " >code</a > ]
57
- * Vowel or consonant. [ <a href =" vowel-or-consonant.c " >code</a > ]
58
- * Vowels in text. [ <a href =" vowels-in-text.c " >code</a > ]
7
+ * Area of an equilateral triangle. [ <a href =" Programs/ area-of-an-equilateral-triangle.c" >code</a > ]
8
+ * Area of rectangle from length and breadth. [ <a href =" Programs/ area-of-rectangle-from-length-and-breadth.c" >code</a > ]
9
+ * Area of triangle from base and height. [ <a href =" Programs/ area-of-triangle-from-base-and-height.c" >code</a > ]
10
+ * ASCII of character. [ <a href =" Programs/ ascii-of-char.c" >code</a > ]
11
+ * Average using array. [ <a href =" Programs/ average-using-array.c" >code</a > ]
12
+ * Celcius to Fahrenheit. [ <a href =" Programs/ celsius-to-fahrenheit.c" >code</a > ]
13
+ * Character from A to Z. [ <a href =" Programs/ character-from-A-to-Z.c" >code</a > ]
14
+ * Character is Alphabet or not. [ <a href =" Programs/ character-is-alphabet-or-not.c" >code</a > ]
15
+ * Check even or odd. [ <a href =" Programs/ check-even-or-odd.c" >code</a > ]
16
+ * Check if element occurs in array. [ <a href =" Programs/ check-if-element-occurs-in-array.c" >code</a > ]
17
+ * Concatenate two string. [ <a href =" Programs/ concatenate-two-string.c" >code</a > ]
18
+ * Convert second to hour, minute, day. [ <a href =" Programs/ convert-second-to-hour-minute-day.c" >code</a > ]
19
+ * Copy string without strcpy. [ <a href =" Programs/ copy-string-without-strcpy.c" >code</a > ]
20
+ * Days to year, month, week, day. [ <a href =" Programs/ day-to-year-month-week-day.c" >code</a > ]
21
+ * Diameter, circumference and area from radius. [ <a href =" Programs/ diameter-circumference-area-from-radius.c" >code</a > ]
22
+ * Even or odd. [ <a href =" Programs/ even-or-odd.c" >code</a > ]
23
+ * Fahrenheit to Celsius. [ <a href =" Programs/ fahrenheit-to-celsius.c" >code</a > ]
24
+ * Fibonnaci sequence. [ <a href =" Programs/ fibonnaci-sequence.c" >code</a > ]
25
+ * Find length of string. [ <a href =" Programs/ find-length-of-string.c" >code</a > ]
26
+ * Find square root of number. [ <a href =" Programs/ find-square-root-of-number.c" >code</a > ]
27
+ * Find third angle. [ <a href =" Programs/ find-third-angle.c" >code</a > ]
28
+ * Largest number from array. [ <a href =" Programs/ largest-from-array.c" >code</a > ]
29
+ * Largest number among three number. [ <a href =" Programs/ largest-number-among-three-number.c" >code</a > ]
30
+ * Leap year or not. [ <a href =" Programs/ leap-year-or-not.c" >code</a > ]
31
+ * Lexical order sorting. [ <a href =" Programs/ lexical-order-sorting.c" >code</a > ]
32
+ * Mark of five subject total average percentage. [ <a href =" Programs/ mark-of-five-subject-total-average-percentage.c" >code</a > ]
33
+ * Meter and kilometer from centimeter. [ <a href =" Programs/ meter-and-kilometer-from-centimeter.c" >code</a > ]
34
+ * Multiplication cross table. [ <a href =" Programs/ multiplication-cross-table.c" >code</a > ]
35
+ * Multiply two floating point number. [ <a href =" Programs/ multiply-two-floating-point-number.c" >code</a > ]
36
+ * n Percent increment. [ <a href =" Programs/ n-percent-increment.c" >code</a > ]
37
+ * Odd and even counting from array. [ <a href =" Programs/ odd-and-even-counting-from-array.c" >code</a > ]
38
+ * Palindrom or not. [ <a href =" Programs/ palindrom-or-not.c" >code</a > ]
39
+ * Perimeter of rectangle from length and breadth. [ <a href =" Programs/ permiter-of-rectangle-from-length-and-breadth.c" >code</a > ]
40
+ * Power of number. [ <a href =" Programs/ power-of-number.c" >code</a > ]
41
+ * Prime number range. [ <a href =" Programs/ prime-number-range.c" >code</a > ]
42
+ * Prime or not. [ <a href =" Programs/ prime-or-not.c" >code</a > ]
43
+ * Print even position elements from array. [ <a href =" Programs/ print-even-position-elements-from-array.c" >code</a > ]
44
+ * Print integer. [ <a href =" Programs/ print-integer.c" >code</a > ]
45
+ * Print odd position elements from array. [ <a href =" Programs/ print-odd-position-elements-from-array.c" >code</a > ]
46
+ * Reverse a number. [ <a href =" Programs/ reverse-number.c" >code</a > ]
47
+ * Reversing an array. [ <a href =" Programs/ reversing-an-array.c" >code</a > ]
48
+ * Sum of integer. [ <a href =" Programs/ sum-of-an-integer.c" >code</a > ]
49
+ * Sum of even number range. [ <a href =" Programs/ sum-of-even-number-range.c" >code</a > ]
50
+ * Sum of natural numbers. [ <a href =" Programs/ sum-of-natural-numbers.c" >code</a > ]
51
+ * Sum of number range. [ <a href =" Programs/ sum-of-number-range.c" >code</a > ]
52
+ * Sum of off number range. [ <a href =" Programs/ sum-of-odd-number-range.c" >code</a > ]
53
+ * Sum of prime number range. [ <a href =" Programs/ sum-of-prime-number-range.c" >code</a > ]
54
+ * Swap two numbers. [ <a href =" Programs/ swap-two-numbers.c" >code</a > ]
55
+ * Triangle with asterisk. [ <a href =" Programs/ triangle-with-asterisk.c" >code</a > ]
56
+ * Vowel and consonant count. [ <a href =" Programs/ vowel-and-consonant-count.c" >code</a > ]
57
+ * Vowel or consonant. [ <a href =" Programs/ vowel-or-consonant.c" >code</a > ]
58
+ * Vowels in text. [ <a href =" Programs/ vowels-in-text.c" >code</a > ]
0 commit comments