Computer Science, asked by pavi85, 11 months ago

write a note on comment line

Answers

Answered by Anonymous
0
Hey there ✌✌☺☺⭐⭐❄❄❇❇☺☺❄❄☺✌✌ here's the answer......

Comments in program are the non executable statement that are used by the programmer for future reference...

hope it helps you ✔✔✌✌⭐☺⭐⭐
Answered by udheepa2
0
Comments are portions of the code ignored by the compiler which allow the user to make simple notes in the relevant areas of the source code. ... If the last character in acomment line is a \ the comment will continue in the next line. Multi-line comments(informally, C style), start with /* and end with */ .
Similar questions