GETS in C Programming

The C gets function is used to scan or read a line of text from a standard input (stdin) device and store it in the String variable. When it reads the newline character, then the C gets function will terminate. How to read the string data from the console using gets in C Programming language … Read more