Which statement about strtok is false?

a) It breaks a string into tokens.
b) Subsequent calls to continue tokenizing the same string contain NULL as the first argument.
c) The length of the current token is returned by each call.
d) If there are no more tokens when the function is called, NULL is returned.


c) The length of the current token is returned by each call.

Computer Science & Information Technology

You might also like to view...

The double colon (::) is known as the __________ operator.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Connecting a(n) external ____________________ gives your computer the ability to load software that is distributed on CDs, rip music from audio CDs, and play DVD movies.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

All import declarations must be placed

a. inside the class declaration’s body. b. before the class declaration. c. after the class declaration. d. all of the above will work.

Computer Science & Information Technology

________ is not a feature of Windows XP's security system.

a) Encrypting File System (EFS) b) Determining whether applications possess a trusted certificate or comes from a trusted Internet Zone c) Capabilities d) Installing security patches with Automatic Update

Computer Science & Information Technology