scanf() and gets() in C Language
To get input we can use scanf() or gets() functions. gets() is used only for String data type. scanf() can be used for all data
From Basic to the Best
To get input we can use scanf() or gets() functions. gets() is used only for String data type. scanf() can be used for all data