Computer Science, asked by neelimavyas16, 1 year ago

________ command helps to insert comments that enables us to understand what the program is all about

a) LET
b) REM
c) CLS​

Answers

Answered by Tanujasingh12
5

c is the answer.....


neelimavyas16: confirm
neelimavyas16: ??
akshayhs088: No
Answered by aqibkincsem
13

REM command helps to insert comments that enable us to understand what the program is all about.

REM is the short form used for Remark, which is used in the SQL language to indicate the start of the comment in the SQL script.

This helps to add comments so that humans can read and understand the code.

Similar questions