24.
Functions whose names begin with "strn"

26.
Which among the following option is the full set of character class Hexadecimal digits?

27.
This function offers the quickest way to determine whether two character sequences of the same known length match character for the character up to and including any null character in both.

28.
What is the use of function char *strchr(ch, c)?

30.
What will be returned in the following C code?
size- t strlen(const char *s)
const char *sc;
for(sc = s; *sc!= ' \ O ' ; ++sc)
return(sc - s) ;

Read More Section(Arrays and Strings)

Each Section contains maximum 100 MCQs question on Arrays and Strings. To get more questions visit other sections.