Commit Graph

10 Commits

Author SHA1 Message Date
Shubhamjainagrawal
b55c50c6cf described assignment operator (#32080)
described use of asssignment operator in c program.
2019-05-20 08:05:18 -07:00
Daniel
44661a3e06 Fixed block code and syntax highlighting (#29977)
This commit fixes the example code to demonstrate the working of arithmetic operators so that the entire code, from initial comment to ending curly brace for main(), is in a Markdown code block and is syntax highlighted.  Spacing around the include and int initialization was improved as well.
2019-05-01 08:06:29 -07:00
Nisu08
dd55825a4e In Line 5 (#30435) 2019-04-15 15:56:29 +05:30
kichukiran97
844554aab9 typo (#29647) 2019-01-15 14:42:22 -06:00
LT
05eb597ca0 Fixed a simple typo. (#24169) 2018-12-07 03:59:12 -05:00
doug b
bb34761dfd Fix guide -c -operators. Fixed formatting, added examples (#22717)
* working on fixing sizeof() operator

* working on fixing sizeof() operator

* Update index.md

* Update index.md
2018-11-25 11:42:43 -07:00
wolfwhocodes
281a6f4fb8 Associativity of operators (#23217)
When two or more operators of the same precedence occur in an expression, associativity determines the order in which they must be evaluated.
2018-11-22 04:10:27 -05:00
Miftah Mizwar
e9004f3e21 Update block of code to be highlighted as C (#22588) 2018-11-20 18:31:50 -05:00
Muralidharan Sekar
7ad3dd4bd9 Add the text "Conditional operators" to the article (#22235)
* Add the text "Conditional operators" to the article

* fixed numbered list formatting
2018-11-18 19:19:25 -07:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30