Question: The C library function _________ breaks string s1 into a series of tokens using the delimiter s2.

Options

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);

Click to view Correct Answer

Next

C Interview String Operations more questions

Select the odd one out with respect to type?

Which of the following data-types are promoted when used as....

What type of value does sizeof return?

Which of the following return-type cannot be used for a....

What type of initialization is needed for the segment “ptr[3]....

Which is correct with respect to the size of the....

Which of the following is not a pointer declaration?

In a 32-bit compiler, which 2 types have the same....

In which way can SAM be stored in an array?

Loss in precision occurs for typecasting from____________

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Inline

C Interview Dangling Pointers

C Interview Date Time Function

C Interview General Utilities

C Interview Mathematical Functions

C Library Multiple Choice

C Localization

C Multiple Choice Character Handling

C Multiple Choice Conditional Preprocessor Directives

C Multiple Choice Date Time Function