Question: Most languages that have block comments do not allow nested comments. For example, in C++, the block comment is in the style of /* */
Most languages that have block comments do not allow nested comments. For example, in C++, the block comment is in the style of /* */ and the following nested comment is invalid: What is the advantages of allowing nested block comments, and what is the disadvantages of disallowing it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
