HW13
COP-3402
- What are the basic steps of a command-line processor (just a few lines of pseudo-code is needed, but feel free to expand the algorithm)?
- What helper functions are available in C's standard library for tokenizing strings?
- Write an example program that tokenize a string by spaces and stores the tokens in an array, linked list, or some other data structure.