It's been a super long time since I've gone down to a language like C (do .NET these days) and would really appreciate some assistance:
How can I input data at the command prompt and then parse out the strings with only using the <stdio.h> library and such string functions like strtok?
How can I input data at the command prompt and then parse out the strings with only using the <stdio.h> library and such string functions like strtok?
Code:
Input: This is just a test
Code:
Output:
This
is
just
a
test