0:00
0:57
0:57

Why Learn C for Programming? #programming #coding #lowcode

Education

🔴 LIVE @ https://lowlevel.tv/live 🏫 COURSES 🏫 Learn to code in C at https://lowlevel.academy 🔥 SOCIALS 🔥 Come hang out at https://lowlevel.tv

ADVERTISEMENT

Comments 100

Sign in to join the conversation

Sign in
C
carmen.vigil 2 months, 3 weeks ago

Only C is worthy of applause!

V
vasudha_khanna 2 months, 3 weeks ago

I'd still choose C++, since superscalar architecture doesn't make it as low level as in the ancient days.

A
abeerbath407 4 months ago

C was my first language and my first backlog was also in this language 😂.

A
alix_legendre 4 months, 2 weeks ago

I always struggled with Python (first language I started learning) because it doesn't teach you about data types and scopes very well. Not having to declare variables with types but still requiring types to match is so confusing to a beginner who doesn't know how it works under the hood. Same with not understanding stack vs heap in regards to functions. C has taught me how a computer actually works and now I love both languages, C for its simplicity and directness and Python for quick prototyping thanks to built in functions.

R
reynaldo_godínez 5 months, 1 week ago

Bro what keyboard does you use ? It sounds so great

keith.mitchell
keith.mitchell 5 months, 1 week ago

Small correction, most assemblers treat 'sp' as the 16 bit register, so its always better to use the correct name for the mode you are in Real mode: (16 bit) sp Protected mode: (32 bit) esp Long mode: (64 bit) rsp

lakshmiatlas43
lakshmiatlas43 5 months, 3 weeks ago

This video really shows C’s simplicity. I think Go is the next logical step up.

L
lucy_greenwood 7 months, 3 weeks ago

i always thought c was too hard but you made it clear

K
kamilly_sousa 7 months, 3 weeks ago

So true! Once you grasp C, everything else clicks. I can see how Codoki helps maintain that clarity in larger teams and projects.

Z
zoé_rousset 7 months, 3 weeks ago

im just starting out and this helps a lot

L
lorraine_powell 7 months, 3 weeks ago

lowkey thought it was boring but this video changed my mind

C
carrie.chambers 7 months, 3 weeks ago

This video is a gem! Learning C is crucial, and I feel like Codoki embodies that spirit by helping teams keep their code in check.

claude.renard
claude.renard 7 months, 3 weeks ago

never thought about it this way, thanks!

E
eloisa.cardenas 7 months, 3 weeks ago

this is exactly what i needed thank you

L
liesalangern86 7 months, 3 weeks ago

gotta admit this video was pretty chill 😄

babyberry
babyberry 7 months, 3 weeks ago

Every time I think back to learning C, I appreciate how it laid the groundwork for my coding journey. Codoki does something similar by ensuring quality in every review.

S
stéphane_lagarde 7 months, 3 weeks ago

i've been hesitant to learn c but this makes it less scary

R
rodneyserene4 7 months, 3 weeks ago

this is actually really helpful, thanks

N
nehaganesh976 7 months, 4 weeks ago

thanks for explaining it in simple terms 👍

R
ray_lewis 7 months, 4 weeks ago

this is why i started coding, appreciate it