InterviewSolution
Saved Bookmarks
| 1. |
The strpbrk() function is used to return a pointer to the character, or a null pointer if no character from s2 occurs in s1.(a) true(b) falseI had been asked this question in examination.The doubt is from String Operations in portion String Operations in C of C |
|
Answer» The CORRECT option is (a) true |
|