InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is #import? |
|
Answer» #import is a C pre-processor construct to AVOID MULTIPLE inclusions of the same file. #import is a C pre-processor construct to avoid multiple inclusions of the same file. |
|