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) false
I had been asked this question in examination.
The doubt is from String Operations in portion String Operations in C of C