added " C programming ressources link" (#21039)
* added " C programming ressources link" This links to TutorialsPoint which is a good ressource for most of the programming languages * Added "Unordered list for the tutorial element"
This commit is contained in:
committed by
Paul Gamble
parent
a5e8e3a271
commit
38d4c4c6cd
@ -121,3 +121,9 @@ Make a new program with `file` -> `new` -> `Source File`, then copy over the hel
|
||||
* Stuff within that main function which will get executed, including a return statement that closes the program and gives a value to the program that called it.
|
||||
* C needs to be compiled in order to run.
|
||||
* C can be used to access specific hardware addresses and to perform type punning to match externally imposed interface requirements, with a low run-time demand on system resources.
|
||||
#### More information:
|
||||
|
||||
* [C Programming Tutorials.](https://www.tutorialspoint.com/cprogramming/)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user