Discuss the use of #define and #include in C programming
10 a]Discuss the use of #define and #include in C programming SL NO Preprocessor syntax Description 1 Macro #define This macro defines constant value and can be any of the basic data types. 2 Header file inclusion #include<file_name> The source…
