how does placing some code lines between comment


How does placing some code lines between comment symbols help in debugging the code?

- Placing comment symbols /* */ around a code separates some code that coder believes might be causing the errors in program, without deleting it. - If code is correct, you may just remove the comment symbols, without needing to retype it.

- If it's wrong, you can just remove it.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: how does placing some code lines between comment
Reference No:- TGS0355036

Expected delivery within 24 Hours