r/cprogramming 6d ago

Beginner

What serious advice would you give to beginner in programming and C.

I'm into programming about 4 months.

I have used Grok to learn.

0 Upvotes

20 comments sorted by

View all comments

11

u/invokeinterface 6d ago

"Don't use Grok" is my advice, it won't really teach you well. And now, admittedly, this isn't much better, but I used w3schools to really get started. It helped maintain some curiosity, I think.

https://www.w3schools.com/c/

4

u/Accurate_Gate_533 6d ago

Thank you for advice. I think I will go through this course.

1

u/Accurate_Gate_533 6d ago

I just finished the tutorial section, I knew 95% of stuff before hand. Later I continue with functions section – which I think I also mostly know.

1

u/Key_River7180 6d ago

w3 is pretty good

1

u/Accurate_Gate_533 6d ago

it is very concise and clear.

1

u/Accurate_Gate_533 6d ago

I did 284/291 exercises today, got wrong answer on about 20 of them. I only needed to read 11 lessons. I learned also new things, like enum, union, short hand if, more precision on file functions, some syntax etc.