24.
Explain comments and indentation.
Answers
Answered by
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
0
Answer:
on what comments and indentation should we explain
Similar questions