answersLogoWhite

0


Best Answer

We can state our opinion as well as state the facts. Generally however, a comment is more of a reaction, an opinion or off-the-cuff remark; a statement is deliberate and often even prepared in advance.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between a statement and a comment?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between basic command and statement?

difference between command and statement


Comment on this statement?

"Comment on this statement." is an imperative sentence.The subject of the sentence is implied, "You comment on..."


What is the difference between bar scale and statement scale?

What is the difference between a bar scale and a statement scale


What is the synonyms of remark?

Some synonyms for "remark" include comment, observation, and statement.


What are the difference between command and statement?

i am starving


What is the difference gwbasic commands and statements?

difference between command and statement


Difference between scope statement and project charter?

The difference between a scope statement and a project charter is that a project charter acknowledges the projects existence and the scope statement defines the project objectives.


What is the difference between 'switch' statement and 'if' statement?

we can use switch statement in multiple time but in if statement we can not use multiple time


What is the difference between a declarative statement and an imperative statement?

In a declarative statement, you initialize the object. But in an imperative statement, you use a preexisting statement and use it.


What is the difference between a fact and a statement?

The difference between fact and statement is that a fact is something that is empirically true and can be supported by evidence while a statement is a belief that may or may not be backed up with some type of evidence.


What is difference between control statements and looping statements in c language?

differance between control statement and looping statement?


State the difference between comments in HTML and javascript?

HTML:Comment start: Javascript:Use // to comment a single line or /* */ to comment 1 or more lines. For example:// comment a single line/* Everything between these is a comment.Can span multiple lines. */