while loop in C – Part 1
Till now we have learnt about decision control instructions or the programs which will execute as the way they are programmed i.e. sequentially. However its not compulsory that we want to do some task inside a program for only one time. Suppose we want to make a program which will print your name 5 times. …
