#define is the preprocessor used to define the constants and macro definitions.
#define MAX 50
This says that compiler that where ever there is MAX , the compiler replaces it with 50
#define is the preprocessor used to define the constants and macro definitions.
#define MAX 50
This says that compiler that where ever there is MAX , the compiler replaces it with 50
Smart Siva
Author & Editor
In Life every second is important, In programming every line of code is important.
0 comments:
Post a Comment