MCQOPTIONS
Saved Bookmarks
| 1. |
When writing comments you can ................... |
| A. | use code and /* comment on the same line. |
| B. | use code and // comments on the same line. |
| C. | use code and //* comments on the same line. |
| D. | use code and <!- comments on the same line. |
| Answer» C. use code and //* comments on the same line. | |