 
			 
			MCQOPTIONS
 Saved Bookmarks
				This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C knowledge and support exam preparation. Choose a topic below to get started.
| 1. | The C library function _________ breaks string s1 into a series of tokens using the delimiter s2. | 
| 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); | 
| Answer» B. char *strtok(char *s2,const char *s1); | |