Programming Languages C# Objective
Jan 02, 2013

Which one is the correct way to comment the code?

Choose the correct answer:
A) */ code */
B) /* code */
C) /* code /*
D) */ code /*
Detailed Explanation

We can comment the code by using /* */. We have to write the code between these symbols.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback