Computer Science, asked by Rimmyy3160, 1 year ago

What happens if you include comments within the source code of programs without using the comment character combinations '/*' and '*/'?

Answers

Answered by ashwin456ojha
1

Answer

It'll show run-time error because comments are not related to syntax of program. Compiler can't compile comments.

Similar questions