Computer Science, asked by mnissar184, 4 months ago

24.
Explain comments and indentation.​

Answers

Answered by roshiniPrati12
2

Answer:

indent formats both C and C++ comments. C comments are begun with ' /* ', terminated with ' */ ' and may contain newline characters. C++ comments begin with the delimiter ' // ' and end at the newline. indent attempts to leave boxed comments exactly as they are found in the source file.

Answered by ManojPatil197
0

Answer:

on what comments and indentation should we explain

Similar questions