EmbLogic's Blog

2.comment:-

2.comment:-
A “comment” is a sequence of characters beginning with a forward slash/asterisk combination (/*) that is treated as a single white-space character by the compiler and is otherwise ignored. A comment can include any combination of characters from the representable character set, including newline characters, but excluding the “end comment” delimiter (*/).
The Microsoft compiler also supports single-line comments preceded by two forward slashes (//)
example :-
/* Comments can contain keywords such as
for and while without generating errors. */
and
// This is a valid comment

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>