Q. why and when do we use the #define directive? Write in 100 words.
Answers
Answered by
0
The #define is usually used in syntax that created a constant that is used to represent numbers, strings, or other expressions. The #define directive should not be enclosed with the semicolon
Similar questions