C Program To Find Area of Circle Using Macro Expansion
Satish B
https://technotip.com/8422/c-program-to-find-area-of-circle-using-macro-expansion/
In this video tutorial lets learn about Macro Expansion and also lets write a simple program to find area of Circle using Macros.
Rules To Construct/Write Macro Definition
- Space between # and define is optional.
- There must be a space or tab between Macro Template and Macro Expansion.
- #define MACRO_TEMPLATE MACRO_EXPANSION is called Macro Definition.
- Macro definition must not end with semi-colon.
- Using all capital letters for Macro template is convention and not a syntax of C. You can use any name for Macro template, except the C reserve words.
C Programming Interview / Viva Q&A List https://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert https://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=fMe5ieQY_Zk
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
8032504 Bytes