Are comments executed ?
Answers
Answered by
1
Explanation:
this is the answer okkkk
Attachments:
![](https://hi-static.z-dn.net/files/dc4/d1cc94b40fac44d7f581717d1833175d.jpg)
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