From 38d4c4c6cdf9b6cc97e8624c3e8d6f5e9d775b28 Mon Sep 17 00:00:00 2001 From: Blaise Sebagabo Date: Mon, 22 Oct 2018 12:58:42 -0600 Subject: [PATCH] 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" --- guide/english/c/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guide/english/c/index.md b/guide/english/c/index.md index 0fd4451407..5bd32aff18 100644 --- a/guide/english/c/index.md +++ b/guide/english/c/index.md @@ -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/) + + +