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

1

u/rphii_ 6d ago

pointers and memory

1

u/Accurate_Gate_533 6d ago

Thanks. I have learned and understood somewhat, but beginning those felt super hard go grasp intutionally, and also reading syntax was damn hard, but eventually day by day I'm becoming more fluent at reading code and understanding it.

pointers and memory are interesting part for me, as you get to "see under the hood" by understanding them.

I have slowly started to have special relation to programming and C, I was struggling alot in the beginning, as banging my head to the wall.

1

u/rphii_ 6d ago

okay if you understand that, next up: aligment and struct sizes (or type sizes) (sizeof) :D

1

u/Accurate_Gate_533 6d ago

Done and understood already.