What happens If you' include comments' within the" source code " of the program without using the "comment character combinations'/*' and'*/' "?
Answers
Answered by
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