TCS
Company
Programming
Functions
Which of the following function is used to accept string with white spaces?
A. getStrings();
B. getWhiteSpaceString();
C. scanf();
D. gets();
Read Solution (Total 3)
-
- D. gets();
- 3 years agoHelpfull: Yes(0) No(0)
- D.gets(); is used to le the function accept space texted , and isspace(); is used to calculate the number of spaces in
- 3 years agoHelpfull: Yes(0) No(0)
- (D)Gets this function is accept string with whitespape
- 1 year agoHelpfull: Yes(0) No(0)
TCS Other Question