InterviewSolution
Saved Bookmarks
| 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 |
|