#define, #if, #else.
It is different from preprocessor directive, because pre processor directive is used to link files with the object code and macro is used to define any string and we always or maximum use #define macro.
#include
#define wait getch ( )
# define flot float
void main ( )
…….
…….
flot f,c;
…….
…….
…….
…….
wait;
No comments:
Post a Comment