freeCodeCamp/guide/english/c
Akash Kumar ab50b03c38 Add explanation about comments (#22944)
Add the text "Two backslash characters (//) are used to _comment_ the code, for better understandability. Anything after // on a line is ignored while compiling the program" to help new users understand commenting.
2018-11-28 19:34:05 -07:00
..
appendix fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
arrays Fix typo in the explanation print() to printf() (#27881) 2018-11-17 09:02:46 +05:30
arrays-and-strings Changed some examples (#22167) 2018-11-26 04:54:57 -05:00
basic-networking Example to Basic Socket Programming (#22179) 2018-11-19 16:32:41 -05:00
conditional-statements Minor formatting change and added a note on == (#22378) 2018-11-21 09:15:21 -06:00
data-types fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
dynamic-memory-management Corrected capitalization, corrected to American spellings and typos (#30685) 2018-11-07 10:34:13 -05:00
file-handling Added b to open modes (#22196) 2018-11-19 16:34:36 -05:00
for Added a warning to the article (#22219) 2018-11-18 18:56:43 -07:00
format-specifiers Grammatical Edits (#22595) 2018-11-09 16:49:01 -05:00
functions Add my changes to recursion . (#25155) 2018-11-28 18:24:28 +05:30
hello-world Add explanation about comments (#22944) 2018-11-28 19:34:05 -07:00
if Update wrong output of the example of code (#22519) 2018-11-13 01:36:14 -05:00
if-statements Added ternary operator (#22427) 2018-11-21 07:18:14 -08:00
loops Incomplete info while explaining while loop (#22265) 2018-11-18 07:14:27 -06:00
macros Added Special Operators in Macros (#22514) 2018-11-24 16:33:39 -08:00
malloc Do not cast the result of malloc (#20044) 2018-10-27 19:56:26 -07:00
math Proper indentation and readability (#23082) 2018-11-17 00:15:56 -05:00
more-math Added examples for logic operators (#22259) 2018-11-18 19:51:17 -07:00
operators Fix guide -c -operators. Fixed formatting, added examples (#22717) 2018-11-25 11:42:43 -07:00
passing-pointers-to-function Clarify concepts, rename a function (#20580) 2018-10-31 20:50:56 -07:00
pointers Add void pointer to index.md (#22248) 2018-11-18 19:23:19 -07:00
short-circuit-evaluation fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
structured-data-types Elaborating struct comparison (#22429) 2018-11-14 14:52:10 -08:00
structures fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
switch Add the text "Nested Switch Case" to the article (#22165) 2018-11-18 18:30:20 -07:00
ternary-operator fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
variables Update on Names for variables (#23286) 2018-11-23 05:25:36 -05:00
variables-and-basic-datatypes fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
index.md Update index.md (#26282) 2018-11-23 22:09:17 +05:30