Question: Which line could you NOT use to comment out "Space: the final frontier"?
- `/* Space: the final frontier */`
- `*/ Space: the final frontier /*`
- `#Space: the final frontier`
- `// Space: the final frontier`
Answer: The correct answer of the above question is Option B:`*/ Space: the final frontier /*`