Problem Statement - 01C-2019S
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); }
Solution
CSKC| Created: 6-Apr-2019 | Updated: 22-Feb-2020|CBSE12A-2019