InterviewSolution
Saved Bookmarks
| 1. |
What is if directive? |
|
Answer» It is used to selectively execute the code statements based on the result of the evaluating an expression. |
|