answersLogoWhite

0

It's a part of program ignored by compilers and/or interpreters, created mainly for source code documentation.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why you use a comment in programming?

comments are used in programs to make the program more user friendly. The comment lines will not effect the execution speed of the program.


How do you get a working comment box on your website?

To get a working comment/feedback box, you will need to use the programming languages HTML and Javascript (javascript is widely used for forms)


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 character is used to begin a comment?

This is different in different programming languages. Some character groups used in various languages to start a comment are: //, ;, !, /*, --, #, ', {, <!--, {-, etc. Some languages also require a character group to end a comment. Some older languages did not use character groups to mark comments but required them to appear in a certain place on every program line. There are endless variations in how commenting is done in computer programming languages.


Can you provide an example of how c/em is used in a programming language?

In programming languages, c/em (short for comments) are used to add explanations or notes within the code that are ignored by the compiler or interpreter. For example, in Python, you can use the symbol to add comments like this: python This is a comment in Python print("Hello, World!")


In computer terms what is REM?

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


What HTML lines are used to hide javascript from older browsers?

The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are


What is the C language used for?

Programming.


In programming data read by programming is called?

Pascal language is used to read the programming data.


How do you traverse a comment and find a particular symbol within the comment?

This would require parsing, and is very language specific. The manual method would involve determining how long the comment was and then reading every single character and comparing it to the desired character until it is found (or not found). Many programming languages have methods used to locate a character or set of characters within a string, but this is very language specific.


C A programming language widely used for systems programming?

Yes.


What are some commonly used Programming Software programs?

A few of the many commonly used programming software programs are: Alice, which is used for programming 3D environments; Eclipse, used for Java; and Perl, for use with CPAN.