01C-2019S
2
Rewrite the following C++ Program after removing any/all syntactical error(s). Underline each correction done in the code:
Note: Assume all required header files are already included in the profram.
#define Area(L,B) = L*B structure Recta { int Length, Breadth; }; void main() { Recta R= [10, 15]; cout<<Area(Length.R, Breadth.R); }CBSE12A-2019