1
1
Fork 0
Dolphinana-s-dolphi_wikidol.../c.md

456 B

C Programming Language

C is a low-level compiled programming language that can be considered a step up from assembly. It is pretty fast and programs written in C can be compiled to many different platforms, making it portable if done correctly.

There are many different C compilers such as GCC, clang, tcc and many more.

There is a C tutorial at LRS wiki! ( https://www.tastyfish.cz/lrs/c_tutorial.html )