Are comments executed ?
Answers
Answered by
1
Explanation:
this is the answer okkkk
Attachments:

Answered by
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