Question: Suppose your friend is using a loop to tokenize a string using strtok(). Your friend wants to be able to store the tokens, but an
Suppose your friend is using a loop to tokenize a string using strtok(). Your friend wants to be able to store the tokens, but an array will not suffice because it is not known in advance how many tokens will be found (thus, the size of the array cannot be known at compile-time). What would you suggest that your friend do to store the tokens from the string?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
