InterviewSolution
Saved Bookmarks
| 1. |
What Is Define Directive? |
|
Answer» It is used to assign NAMES to different constants or statements which are to be used REPEATEDLY in a program. These DEFINED VALUES or statement can be used by main or in the USER defined functions as well. It is used to assign names to different constants or statements which are to be used repeatedly in a program. These defined values or statement can be used by main or in the user defined functions as well. |
|