In computer jargon what and the difference between a statement and a comment?

1 answer

Answer

1207564

2026-05-18 17:05

+ Follow

In computer programming, a statement is a line of code that performs a specific action, such as assigning a value or executing a function. In contrast, a comment is a note within the code intended for human readers, often used to explain or clarify the purpose of the code. Comments are ignored by the compiler or interpreter and do not affect the program's execution, while statements directly influence how the program runs.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.