Computer Science, asked by arun9851, 9 months ago

Are comments executed ?

Answers

Answered by shikhar2636
1

Explanation:

this is the answer okkkk

Attachments:
Answered by Anonymous
0

No, the comments are not executed during the execution of a computer program.

  • Comments can be defined as a programmer-readable explanation in the source code.
  • They are simply stripped out and cause no real impact in the execution of the program.
  • In other words, they don’t affect the resulting machine code in any way.

Similar questions