Discussion :: Input / Output
-
Out of fgets() and gets() which function is safe to use?
Answer : Option B
Explanation :
Because, In fgets() we can specify the size of the buffer into which the string supplied will be stored.
Be The First To Comment