Solutions for the C Challenges on HackerRank
Number | Challenges | Solutions |
---|---|---|
1 | "Hello World!" in C | Solution.sh |
2 | Playing With Characters | Solution.sh |
3 | Sum and Difference of Two Numbers | Solution.sh |
4 | Functions in C | Solution.sh |
5 | Pointers in C | Solution.sh |
Number | Challenges | Solutions |
---|---|---|
1 | Conditional Statements in C | Solution.sh |
2 | For Loop in C | Solution.sh |
3 | Sum of Digits of a Five Digit Number | Solution.sh |
4 | Bitwise Operators | Solution.sh |
5 | Printing Pattern Using Loops | Solution.sh |
Number | Challenges | Solutions |
---|---|---|
1 | 1D Arrays in C | Solution.sh |
2 | Array Reversal | Solution.sh |
3 | Printing Tokens | Solution.sh |
4 | Digit Frequency | Solution.sh |