Bitupan saikia
6 years ago

To receive the string " We have got the guts, you get the glory!! " in an array char str [100], which of the following functions would you use?

A. scanf("%s", str) ;

B. gets(str) ;

C. getch(str) ;

D. fgetchar(str) ;

Answer: Option B


This Question Belongs to User Ask Question >> Miscellaneous

Join The Discussion

Related User Ask Questions