What is looping statement in c language?
It is a statement that will keep repeating whatever is in the loop. So one possible loop you could have in your code would be a loop to keep asking for an input until the correct input is given. Such as prompting the user to enter the person’s age, and if the person enters a letter, it will ask for it again, and again until they enter a acceptable input.