Use Of gets() Function
Some of the important point to note :: scanf() and gets() both are used to take input from the user. scanf() can only take input until it encounters a space. The words after space are ignored by it. It means it takes input of only… Read More »Use Of gets() Function