ah ma chere comment ca passer hier
i need a definition of the above pls
To add one's opinion on something, as in, "I placed a comment on the news article I read."
comment, answer, exposition, explanation, solution, representation
In theatre, a comment to the audience, which the other actors are not supposed to hear.
verbal or written remark often related to an added piece of information
Different type of data definition language are there. generally they are 1-Create 2-Alter 3-Truncate 4-Comment 5-Rename 6-Drop.
the answe is at www/youtube.com/CaLlOfDuTyCrAzEe and you have to subscribe and comment and! rate all my videos haha lol then you will get the answer.
Bold or bold face is any text that is darkened to help emphasize a remark or comment.
"Tending to detract or diminish" "Disparaging; belittling: a derogatory comment." Derogatory. Ask.com. 26 November. Definition of derogatory
"Tending to detract or diminish" "Disparaging; belittling: a derogatory comment." Derogatory. Ask.com. 26 November. Definition of derogatory
C uses two types of comment: single-line and multi-line. The multi-line comment originated in C while the single-line comment originated in C++. Both types are supported by both languages today. A single-line comment begins with the double-slash token (//) and extends to the end of the line. A multi-line comment begins with the slash-asterisk token (/*) and ends with the asterisk-slash token (*/). Examples: int x; // this is a single-line comment /* this is multi-line comment, typically used to introduce a function or class */ Note that since multi-line comments are fully-delimited, they may be used within the middle of a line of code. This is most useful when a function is forward-declared with a default value for one of its arguments and you wish to include that default value in the function definition (something which is not permitted under the one-definition rule): void f (int = 0); // declaration void f (int x /* = 0 */) { // definition } Such usage is really only of use to the function maintainer, as a reminder that the function has a default value. We can also use this technique when a function has an argument that is reserved for future use, but is otherwise unused in the current version of the function: void g (int); // declaration void g (int /* unused */) { // definition } Again, such usage is only of use to the function maintainer.
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
$this is not a comment;//this is a comment/*this is alsoacomment */