Objective This challenge will let you learn about bitwise operators in C. Inside the CPU, mathematical operations like addition, subtracti...
Read More
Showing posts with label C. Show all posts
Showing posts with label C. Show all posts
Sum of Digits of a Five Digit Number in C – Hacker Rank Solution
Objective In order to get the last digit of a number, we use modulo operator \%. When the number is modulo divided by 10 we get the last d...
Read More
For Loop in C – Hacker Rank Solution
Objective In this challenge, you will learn the usage of the for loop, which is a programming language statement which allows code to be...
Read More
Conditional Statements in C – Hacker Rank Solution
Objective if and else are two of the most frequently used conditionals in C/C++, and they enable you to execute zero or one conditional...
Read More
Pointers in C – Hacker Rank Solution
Objective In this challenge, you will learn to implement the basic functionalities of pointers in C. A pointer in C is a way to share a me...
Read More
Subscribe to:
Posts (Atom)