Latest Posts
Select All queary in SQL - Hacker Rank Solution
Problem :- Query all columns (attributes) for every row in the CITY table. Input Format The ...
Select By ID query in SQL - Hacker Rank Solution
Problem :- Query all columns for a city in CITY with the ID 1661 . Input Format The CITY table is described as follows:...
Boxes through a Tunnel C - Hacker Rank Solution
Problem You are transporting some boxes through a tunnel, where each box is a parallelepiped, and is characterized by its lengt...
1D Arrays in C - Hacker Rank Solution
Problem Objective An array is a container object that holds a fixed number of values of a single type. To create an arra...
Calculate the Nth term - Hacker Rank Solution
Problem Statement Objective This challenge will help you learn the concept of recursion. A function that calls itself is kn...
Students Marks Sum - Hacker Rank Solution
Problem Statement You are given an array of integers, marks , denoting the marks scored by students in a class. The alternatin...
Conditional Statements in C - Hacker Rank Solution
Conditional Statements in C - Hacker Rank Solution Problem Statement :- Objective if ...