Compiler/Preprocessor: Difference between revisions

m
→‎Task: matching parenthesis cleanup in the suggested output
(Remove empty parentheses)
m (→‎Task: matching parenthesis cleanup in the suggested output)
Line 42:
/* Define area(h, w) as h * w */
/* End Header.h */
/* Define width() as 5 */
/* Define height() as 6 */
/* Use area, height, and width */
area = 6 * 5;
7,794

edits