C
Programming and Technical
What is the benefit of using #define to declare a constant?
Read Solution (Total 1)
#define is a specifier for predefined library/already compiled piece of code..
11 years ago
Helpfull: Yes(1) No(0)
C Other Question
Why doesn't the following statement work?
What is the purpose of main( ) function ?