Computer Science, asked by panditanshu81, 7 months ago

Explain the use of REM statement. Write a small code to support your answer?NCERT Class 7 Computer​

Answers

Answered by rohitnegi538
0

Answer:

RAM stands for random access memory .it is a temporary memory . it stored data programs and application in the random manner inside the CPU .it is volatile memory .we can read and write. in RAM...

Explanation:

hope it helps you ....

Answered by KRISH14SRIVASTAVA
0
Answer:rem stands for remark. You can use the Rem statement to put comments in a program so that if anyone that is listening to the program can understand what is happening at the specific time. It is a non executable statement means it only appears in programming and has no effect on the output of the program
Syntax: Rem <describe/comment>
Example: print "hy there" rem this is comment
Output: hy there
Explanation: hope you get it

Similar questions