COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
____ should be provided to aid program understanding.
|
Operators
|
|
Operands
|
|
Comments
|
|
Keywords
|
Explanation:
Detailed explanation-1: -C, C++, ActionScript, and Java The single line comment is //. Everything from the // to the end of the line is a comment. To mark an entire region as a comment, use /* to start the comment and */ to end the comment.
Detailed explanation-2: -“Programs must be written for people to read, and only incidentally for machines to execute.” Comments are employed to notify, warn, and remind others that didn’t write the code [and your future self] of important things that the code is doing.
There is 1 question to complete.