answersLogoWhite

0

What is a syntax for REM statement?

Updated: 12/15/2022
User Avatar

Wiki User

12y ago

Best Answer

REM any text

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a syntax for REM statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is syntax of a remark statement?

The only language, which has remark-statement, is BASIC. Syntax: REM any text


Any violation in the syntax of a program statement is called logic error?

No. A violation in the syntax of a program statement is called a syntax error.


Which statement about REM sleep is incorrect?

During REM sleep, people seldom dream.


What are the kinds of conditional statement in foxpro with syntax?

The conditional statement in foxpro is DID YOU GET IT


Syntax of nested if in c?

If(condition) { if-else statement; } else { if-else statement; }


Where is a data statement usually placed in a basic program?

Anywhere really. A data statement (or REM statement) - can be placed anywhere within the program, because the operating system ignores all REM statements.


Is rem an non executable statement in qbasic?

Yes


What is for statement in c?

It is one of the statements. Its syntax in BNF is the following: statement ::= for_statement for_statement ::= 'for' '(' opt_expression ';' expression ';' expression ')' statement


What is the syntax of the if statement?

clearly:if () orif () else In each case, can be a null statement, a single statement, or a block of statements surrounded by braces, {}.


What is the function and syntax of printf statement?

it's not a statement, it's a function: len= printf (format, ...more-parameters...);


Can you write plus at end of c statement?

No. That would be a syntax error. Only a right semicolon (;) can go at the end of a statement.


How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;