Area of Rectangle
Solution
#include <stdio.h>
// macro with parameter
[?]
AREA
[?]
int main()
{
int l1 = 10,
[?]
;
area = AREA(l1, l2);
printf("Area of rectangle is: %d", area);
[?]
}
Solution
OK