What is the difference between GETS();AND SCANF();
Answer Posted / bharath
gets() read the string values which allows white spaces
also. whereas, scanf() doesn't allow.
| Is This Answer Correct ? | 230 Yes | 19 No |
Post New Answer View All Answers
What is difference between union All statement and Union?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is the significance of scope resolution operator?
What is the difference between array and pointer in c?
When can a far pointer be used?
What is the meaning of ?
c language interview questions & answer
How can you determine the maximum value that a numeric variable can hold?
what is different between auto and local static? why should we use local static?
Do you know the purpose of 'register' keyword?
diff between exptected result and requirement?
Write a program to print “hello world” without using semicolon?
What is a sequential access file?
How many identifiers are there in c?
largest Of three Number using without if condition?