Difference between scanf() and gets() in C Language
Both functions scanf() and gets() are used to read the input from standard input (keyboard) But, there are differences in how they treat the input. scanf() Function gets() Function Signature of sanf() functionint scanf ( const char * format, ……