Receiving String Data using gets Function





This video explains the usage of gets function .  You will learn how to receive the string value from the user using the gets function available in c and store it in a character array.  It explains when you can use this gets function and how this gets function is different from the scanf function.