answersLogoWhite

0


Best Answer

It is # (hash-mark).

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

/* comment goes here */

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What symbols are used to specify comments in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the symbols used to write comments?

In C++ we use // to begin a comment. A comment can begin anywhere on a line, even after a code statement, and will extend to the end of the line until a newline character is encounter. Multiple lines of comments must each begin with //. We can also use C-style comments, which begin with /* and end with */. These comments can extend across multiple lines, or can be used to comment out code within a statement.


C code to find leading symbols and trailing symbols in a grammar?

as8scsuj4s


Definition of coments and its types in c plus plus?

Comments in C++ always begin with // and extend to the end of the line. Multi-line comments must have // on each line. Any text that follows this symbol up to the newline character is completely ignored by the compiler. You can also use C-style comments, where multi-line comments can be enclosed within opening /* and closing */ markers. This type of comment can also be used to insert a short comment between C++ expressions upon the same line. Again, the compiler ignores everything, from the opening /* marker up to the closing */ marker. All comments are stripped from your source during preprocessing, at the point where macros are processed (also known as precompilation). The resulting intermediate file is the file that is actually compiled.


How can you add a comment in a JavaScript?

Javascript uses C-style comments, for block comments (multiline) use: /* comments go anywhere in here */ for short one line comments use double-slash: // this is also a comment


List of graphics commands in C?

1. There are no commands in C.2. Graphics can be used by system-dependent libraries so you have to specify the platform you are using (MS DOS, MS Windows, X Window, etc).

Related questions

What are the symbols used to write comments?

In C++ we use // to begin a comment. A comment can begin anywhere on a line, even after a code statement, and will extend to the end of the line until a newline character is encounter. Multiple lines of comments must each begin with //. We can also use C-style comments, which begin with /* and end with */. These comments can extend across multiple lines, or can be used to comment out code within a statement.


Where you use percent c and percent s in c language?

%c and %s are format characters used for input and output. These are mainly used in scanf and printf statements. %c is used for characters while %s is used for strings. For input, it is used to specify the type of the value to be read while for output, it is used to specify the type of the value to be printed.


What of types of symbols would be used on an electrical drawing for a large machine?

c


What are Hindu Arabic numerical system and roman system What are the basic symbols used?

The basic symbols are I,X,L,C,D&M


What are the symbols used in roman numeral?

I v x l c d m


What is a variable in C language?

variable which is used to specify the values and also we can that values through the variable name


) What are the basic symbols used in roman numerals?

I, V, X, L, C, D and M.


Do compiler see the comments written with in the C programming?

It ignores the comments, those are for the human reader.


How do you remove comment from c program?

There are no comments in C programs. Comments only exist in the source code and the precompiler automatically strips them out before the compiler sees them.


What are 11 back slashes use in c?

Two backslashes (//) indicate the start of a line comment in C, where the comment extends to the end of the line. 11 backslashes is therefore a comment containing 9 backslashes. Comments of this kind are usually used to provide a visual break between two segments of code. Note that comments in C-style comments open with /* and close with */ and may extend across multiple lines. The double-backslash line comment originated in C++ and was later adopted by C.


C code to find leading symbols and trailing symbols in a grammar?

as8scsuj4s


If a b and b c which statement must be true?

The browser used by this site is rubbish and strips out most mathematical symbols. We cannot, therefore, see the symbols between a and b and between b and c. Some relationships are transitive and some are not and so it is not possible to answer the question.