Question: traversing input byte by byte in c. suppose i run my program with the argument abc in the terminal. how do I traverse the input
traversing input byte by byte in c.
suppose i run my program with the argument "abc" in the terminal.
how do I traverse the input character by character. I am not allowed to use arrays( no [ ] ), only pointers. thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
