DEV Community

Discussion on: C programming in 2022?

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

this language will teach how the bare metal (computer) works.

There is a misconception that C is inherently a bare metal language, but that's not entirely true. Many features of the C language and your OS already provide many abstractions that make it much more pleasant to work with.

Being able to go low-level when needed is definitely one of the advantages of C, but it's not necessary nor something you will likely be doing when you're just learning C.