|
|
|
|
|
by docmach
6028 days ago
|
|
C is not a bad language for humans. It's simple enough to be able to see how the machine will execute it but not low level enough that you have to manually manage everything, like assembly. It's not always the best choice, but for some things it is. It's also good to know so that you understand how how computers work instead of assuming that higher level languages are magical. |
|