UP | HOME

HW13
COP-3402

  1. 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)?
  2. What helper functions are available in C's standard library for tokenizing strings?
  3. Write an example program that tokenize a string by spaces and stores the tokens in an array, linked list, or some other data structure.

Author: Paul Gazzillo

Created: 2025-02-19 Wed 08:01

Validate