Jump to content

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,806

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.