InterviewSolution
Saved Bookmarks
| 1. |
The mem functions are meant for _______(a) returning a pointer to the token(b) manipulating objects as character arrays(c) returning a pointer for implemented-defined string(d) returning a pointer to first occurrence of string in another stringI got this question in exam.This key question is from String Operations topic in division String Operations in C of C |
|
Answer» The correct OPTION is (b) manipulating OBJECTS as CHARACTER ARRAYS |
|