Computer Science, asked by adinaoroibam4439, 9 months ago

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

Answers

Answered by ni14920914tin
6

Answer:If you include comments within the sourcecode of your programs without using the comment characters combinations //, /* or */, the compiler will take them as if they were C++ instructions and, most likely causing one or several error messages

Explanation:thanks to all hope it always helps

Similar questions