Thursday, 16 August 2012

Which of the following function is more appropriate for reading in a multi-word string? | C Programming

A. printf();   
B. scanf();
C. gets();   
D. puts();

Ans: C

No comments: