A loop is used for executing a block of statements repeatedly until a given condition returns false. These loops save the programmer from writing long lines of codes performing the same task over and over again. We focused on while loop in C in this article
Read this article to understand While loop in C in depth
Have a doubt or thought? Join the discussion now
This is a companion discussion topic for the original entry at http://iq.opengenus.org/while-loop-c/