Learn the new technologies and Programming Languages here. Here the tutorials, hidden facts of Different technologies of programming languages like Python, Internet of Things(IoT), Arduino, Android, C language, Java and Placement questions.
Macro is not a function , it is used as a substitution. #define just replace SQUARE(8) by 8*8 rather than 64.