Input/Output in C Programming| Q - 6

Last Updated :
Discuss
Comments

Which of the following is true

gets() can read a string with spaces but a normal scanf() with %s can not.

gets() can read a string with newline characters but a normal scanf() with %s can not.

gets() can always replace scanf() without any additional code.

None of the above

Tags:
Share your thoughts in the comments