October 2021

Arrays Introduction | Hacker Rank C++ first arrays solution

Problem Statement : An array is a series of elements of the same type placed in contiguous memory locations that can be individually refer...

Pradyut Pal 31 Oct, 2021

How to print Hello, World! in C++ Hacker Rank Solution

Say "Hello, World!" With C++  Problem Statement : Objective This is a simple challenge to help you practice printing to stdout. Y...

Pradyut Pal 1 Oct, 2021

Pointers in C - Hacker Rank Solution

Problem Statement : Objective: In this challenge, you will learn to implement the basic functionalities of pointers in C. A pointer in C is ...

Pradyut Pal 1 Oct, 2021

Sum and Difference of Two Numbers - Hackerrank solution

Problem Statement : Objective: The fundamental data types in c are int, float and char. Today, we're discussing int and float data types...

Pradyut Pal 1 Oct, 2021

Playing With Characters - Hacker Rank Solution

Problem Statement : Objective: This challenge will help you to learn how to take a character, a string and a sentence as input in C. To tak...

Pradyut Pal 1 Oct, 2021

How to print "Hello World!" in C Programming

Problem Statement : Objective: In this challenge, we will learn some basic concepts of C that will get you started with the language. You ...

Pradyut Pal 1 Oct, 2021