Which statement is true?

a) strtok modifies the input string.
b) strtok makes a backup copy of the input string.
c) The first argument of each call to strtok is the string being to-kenized.
d) strtok works only with a set of four predefined delimiters.

a) strtok modifies the input string.

Computer Science & Information Technology

You might also like to view...

________ float on a screen above the app when you summon or need them

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a vector is assigned to another vector

a. only the location of the vector is copied b. all the values in the vector are copied c. if there is not enough room in the left-hand vector, then not all the values from the right side are copied d. none of the above

Computer Science & Information Technology