C Preprocessor Exercise C(c): Example of File Inclusion and Macro in C
Duration: 19:0 Min | Sep 07, 2023
This video discusses Let Us C Solution of Chapter 12: The C Preprocessor Exercise C (c): Write macro definitions with arguments for calculation of area and perimeter of a triangle, a square and a circle. Store these macro definitions in a file called "areaperi.h". Include this file in your program, and call the macro definitions for calculating area and perimeter for different squares, triangles and circles.