Hackerrank For Loop in C 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 repeatedly executed.
The syntax for this is
for ( ; ; )
* expression_1 is used for intializing variables which are generally used for controlling the terminating flag for the