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.

The BEST I can explain: Functions WHOSE names begin with “strn”manipulates the sequence of non-null characters.



Discussion

No Comment Found

Related InterviewSolutions