1.

There are two groups of string functions defined in the header . What are they?(a) first group names beginning with str; second group names beginningwith mem(b) first group names beginning with str; second group names beginning with is(c) first group names beginning with string; second group names beginning with mem(d) first group names beginning with str; second group names beginning with typeThe question was asked in a national level competition.This interesting question is from String Operations in portion String Operations in C of C

Answer»

The CORRECT choice is (a) FIRST group names beginning with str; SECOND group names beginningwith mem

The best explanation: There are two GROUPS of string FUNCTIONS declared under the header . The first have names beginning with str and second have names beginning with mem.



Discussion

No Comment Found

Related InterviewSolutions