Page 1 of 1

What is meant by preprocessor directive #define?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) defines a character sequence
b) helps in determining existence and non existence of a symbol
c) can be used to create function like macros as in C/C++
d) all of the mentioned