answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What statement is used to give the remark in a program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an English-like statement used to describe the logic of a program?

Pseudocode.


What part of speech is used to make a statement ask a question or give a command?

An interjection is used to make a statement, ask a question or give a command


What is a rhetorical remark?

A rhetorical remark is a figure of speech or a statement that is asked or stated for effect or emphasis, rather than to elicit an answer. It is often used to make a point or to draw attention to a particular idea or concept.


In computer terms what is REM?

Full form of REM is REMark (command in DOS to ignore a statement as a command)


What advantage does Java's break statement have over C's break statement?

They do the same thing, but only the former can be used in a Java program.


Why the semicoloumn is used in c program?

Why semicolon? Tradition.What does it do? Terminates a single statement, eg:i+= 3; /* expression is a single statement */{ i= 3; --j; } /* no semicolon after the compound statement */


What does it mean when someone mouths a platitude?

To mouth a platitude means for someone to say a remark or statement, especially one with a moral content, that has been used too often to be interesting or thoughtful.


What is case in java?

Case is used to label each branch in the switch statement in Java Program


Is How pretty are the colors of the stone icicles a question or an exclamatory statement?

It is a poetic exclamation, followed by an exclamation point. Compare to the remark by a grandmother, "How cute those children are!" It could actually be used as a question, but it would be fairly inane to inquire subjectively in that manner.


Explain goto and return in c?

A return statement is used to transfer the program control flow to the function that has called the current function under execution. If the function is main, then the program returns the control flow to the operating system. The syntax for return statement is:return return-type;A goto statement is used to transfer the control flow to a particular labelled statement, not necessarily back to the calling program. There are somerestrictionson using a goto statement. For eg: the goto statement should not skip any variable declarations. The use of goto statement is usually considered as a bad programming practice. The syntax for goto statement is:goto label_name;....label_name: statements;


What is the purpose of a personal statement?

A personal statement is used to showcase your personality, experiences, and motivations in a concise and compelling way. It helps admissions committees or potential employers understand your unique qualities and why you are a good fit for a particular program or position.


What is the part of speech for comment?

The word "comment" can be used as a noun or a verb.