Hello Wes, i am a Novice in C programming and eager to learn more.
Do you have any advice how to understand C better since i am having a hard time understanding the whole concept.
This is my understanding so far:
1 Declare variable so compiler will have variables to use
2. Write the main function
3. Larger programs have to have multiple functions that will be called by main

Any other suggestions??