In C programming, how do I make the srand() choose randomly select from my given set of characters ?
For example I want srand() to radomly choose from the given set pencil,ballpen,paper,pen.
how do I input “pencil,ballpen,paper,pen” in srand so that it can choose randomly from there?
A previous responder has the right idea, see below for [...]