Computer Science, asked by akhileshengineeringc, 3 months ago

Which of the following is the correct
way of writing comments?
निम्नलिखित में से टिप्पणियां लिखने का सही तरीका
क्या है?
Select one:
a. {COMMENT}
{COMMENT}
b. /COMMENT/
/COMMENT/
C. COMMENT
COMMENT
d./COMMENTS/
/COMMENTS/​

Answers

Answered by firegirl71
3

Answer:

I think c option

Explanation:

plz thank me

Answered by probrainsme102
0

Answer:

b is the correct option

Explanation:

You must include a brief description of the function's purpose in the first line.Then, list each of the function's arguments in the following few lines.

You should next include some details regarding the function's return type, followed by any further notes you'd like to include for your readers or a future version of yourself./ is the only line of the comment.The entire line—from the / to the end—is a comment.Use /* to begin a comment and */ to finish a comment to mark a whole region as a comment.

A programmer can make a note in the source code by using a comment statement.The compiler disregards the comment's text.

#SPJ2

Similar questions