I have a quick little question involving the read() command.
I am really rusty in C, and unfortunately, my current assignment has me programming in C. We need to read st
Your input dosn't point anywhere valid. You need to either allocate some memory (and free it when you're done) or make it point to valid storage.
input
Also = is assignment; == is comparison.
=
==