Computer Science, asked by smanushi09, 8 months ago

write a macro to find area of rectangle that act like a user defined function​

Answers

Answered by Amrita0000
7

Answer:

C Program to find the area of a rectangle – In this particular article, we will discuss how to calculate the area of a rectangle in C Programming. The methods used in this specific article are as follows:

Using Standard Method

Using Function

Using Pointers

Using Macros

As we all know, rectangles are extremely commonly used quadrilaterals. In a rectangle, the opposite sides are equal and parallel. Essentially, every square is a rectangle since its opposite sides are equal and parallel as well.

please Mark my answer as a brainleist answer

Similar questions