853311c57a
Added 'difference between macros and functions'part ( #32372 )
...
I have explained the basic differences between macros and functions.
2019-02-20 01:05:00 -05:00
f2b3e2091a
Minor code corrections and text clarification ( #30123 )
2019-02-20 00:11:11 -05:00
2424f7892b
Small edits ( #29888 )
2019-02-19 23:24:41 -05:00
3920b20718
Example to explain working ( #25137 )
2018-12-19 03:15:29 -05:00
f760e90fc3
Added a section on why you would use macros ( #24214 )
2018-12-08 21:24:46 -05:00
9cea2d56a5
Added Special Operators in Macros ( #22514 )
...
One small fix and the explanation of Stringizing and Token Pasting Operators that can be used effectively in C macros.
2018-11-24 16:33:39 -08:00
e2e460c19e
Fixed formatting and typos ( #24209 )
2018-11-14 20:53:04 +05:30
9e5d2baac1
ADD "Undefining Macro" ( #21287 )
...
* ADD "Undefining Macro"
we can undefine macro whenever we want in code by adding #undefine
* fix: markdown title format
* fix: minor grammar corrections
Capitalise first word and remove extra full stops
2018-11-08 19:22:35 +00:00
da0df12ab7
fix(guide): simplify directory structure
2018-10-16 21:32:40 +05:30