a) char *strtok(char *s1,const char *s2);
b) char *strtok(char *s2,const char *s1);
c) char *strstr(char *s1,const char *s2);
d) char *strstr(char *s2,const char *s1);
The C library function _________ breaks string s1 into a series of tokens using the delimiter s2.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The C library function _________ breaks string s1 into a series of tokens using the delimiter s2.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!