K_Kelly wrote:
I'm just starting to learn how to program, this time using a C programming language book. Now, I don't know what much else to do besides typing the examples (I type one example per chapter) and doing the programming exercises at the end. What am I missing? I only get through one chapter a week, and I expect to be done or almost done with all the chapters by mid-July. I need your guidance or help.
You are wasting time. You will never achieve nothing doing it this way.
Find a real task, simple enough for you, and start solving it from scratch. Never "type the code from the book" and never copy-paste it, write the code from your head.
And btw, C is a horrible language for the beginner. Use Java, C# or Python.