You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,19 +15,19 @@ Basic Programs
15
15
5.[Program to check if the given number is Armstrong number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/5_CheckArmstrong.c)
16
16
6.[Find the factorial of a number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/6_Factorial.c)
17
17
7.[Program to check if the given number is Strong number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/7_CheckStrong.c)
18
-
8. Program to count the digits of a number
19
-
9. Program to swap two numbers (All methods)
20
-
10. Program to print Fibonacci series
21
-
11. Program to print Hello World without semicolon
22
-
12. Find the largest of two numbers without conditional statement
23
-
13. Program to find the area of a Triangle when sides are given
24
-
14. Program to find the volume of a Sphere when radius is given
25
-
15. Program to check if the year is a Leap year
26
-
16. Program to convert Binary to Decimal and viceversa
27
-
17. Program to convert Binary to Octal
28
-
18. Program to find LCM of two numbers without recursion
29
-
19. Program to find GCD of two numbers without recursion
30
-
20. Program to print wedge,pyramid and diamond pattern
18
+
8.[Program to count the digits of a number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/8_CountDigits.c)
19
+
9.[Program to swap two numbers (All methods)](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/9_SwapNumbers.c)
20
+
10.[Program to print Fibonacci series](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/9_SwapNumbers.c)
21
+
11.[Program to print Hello World without semicolon](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/11_HelloWorldNoSemiColon.c)
22
+
12.[Find the largest of two numbers without conditional statement](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/12_LagrestNumWithoutConditional.c)
23
+
13.[Program to find the area of a Triangle when sides are given](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/13_AreaOfTriangle.c)
24
+
14.[Program to find the volume of a Sphere when radius is given](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/14_VolumeOfSphere.c)
25
+
15.[Program to check if the year is a Leap year](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/15_LeapYear.c)
26
+
16.[Program to convert Binary to Decimal and viceversa](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/16_DecimalBinaryConverter.c)
27
+
17.[Program to convert Binary to Octal ](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/17_BinaryOctalConverter.c)
28
+
18.[Program to find LCM of two numbers without recursion](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/18_LCM.c)
29
+
19.[Program to find GCD of two numbers without recursion](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/19_GCD.c)
30
+
20.[Program to print wedge,pyramid and diamond pattern](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/20_Pattern.c)
31
31
32
32
33
33
Arrays:
@@ -36,13 +36,13 @@ Arrays:
36
36
2. Find the second smallest,largest number in the array
37
37
38
38
39
-
Do give your valuable feedback... together we can make this repository awesome :)
40
-
41
-
39
+
Written with lots of love & passion for programming...
0 commit comments