answersLogoWhite

0


Best Answer

How_do_you_denote_a_comment_line_and_a_comment_paragraph?

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you denote a comment line and a comment paragraph?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the function in paragraph in HTML?

A paragraph, or "P" tag, is used to denote that the element contains text and should be indented or styled as a paragraph. It creates a block-level element with line breaks around it.


A new programmer whom you are training is writing a C program and wants to place comment lines in the program what characters should be used at the beginning and end of the comments?

if single line comment just place // before for single line comment else if multiple line denote as like this /*............................. ..............................*/ Strictly speaking, // is non.standard in C only in C++


What is a pqc paragraph?

A stands for awnser c stands for comment q stands fote qoute from the text c stands for comment # 2


What is single line comment?

single line comment are comment written in single line.in c there are two types of comment single line and multiple line.single line comment is written using // and multiple line comment is written between /*comment*/.compiler does not compile comments.it is used for better understanding of program.


11 What is a comment line How is a comment line noted within a file?

A comment line is a line or part of a line in a program that is intended as a remark or comment and is ignored when the program runs. It is noted within the file by using a semi-colon or an REM to mark a line as a comment.


How can you create a comment in a C plus plus program?

There are two ways:The single line comment with a double slash //. Everything after the double slash on a single line is commented out.The multi-line comment using a /* to open, and a */ to close.A good IDE will color code the comments instantly.


What is single line comments as used in C programming?

single line comment are comment written in single line.in c there are two types of comment single line and multiple line.single line comment is written using // and multiple line comment is written between /*comment*/.compiler does not compile comments.it is used for better understanding of program.


What is the difference between P and BR tag?

The (or "paragraph" tag) is used to denote the beginning and ending of a paragraph in text. The (or "breaking-space" tag) is use to create a newline withoutending a paragraph.So, the paragraph tag is used exactly as you'd expect. The tag is used in situation like a street address--when one line is separated by a newline from the other, but isn't actually part of a new paragraph.


How do you leave comment on php code?

There are 3 styles of PHP comments // comment a single line # comment a single line (perl-style /* comment block */


What is the correct JavaScript syntax to insert a comment that has more than one line?

The proper syntax to insert a multi-line comment into JavaScript is to surround the comment with /* and */ function useless() { /* This function doesn't do anything We should come back to it. Soon. */ }


What type of line can denote instability and tension.?

diagonal


Does the left Indent-marker allow you to change only the first line of a paragraph?

Indents can change the first line of the paragraph or the entire paragraph can be indented.