InterviewSolution
Saved Bookmarks
| 1. |
Functions whose names begin with “strn”(a) manipulates sequences of arbitrary characters(b) manipulates null-terminated sequences of characters(c) manipulates sequence of non – null characters.(d) returns a pointer to the tokenThis question was addressed to me in an interview.The origin of the question is String Operations topic in division String Operations in C of C |
|
Answer» Right OPTION is (c) manipulates sequence of non – NULL characters. |
|