InterviewSolution
Saved Bookmarks
| 1. |
How can you write multiple line comment? |
|
Answer» The MULTILINE comment enables the programmer to comment out large BLOCKS of code easily. |
|