adplus-dvertising
frame-decoration

Question

Person XYZ wrote his name and date of code creation at the start , What kind of comment he has written ?

a.

Functional Comment

b.

Code Hiding Comment

c.

Documentation Comment

d.

None of These

Answer: (c).Documentation Comment

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Person XYZ wrote his name and date of code creation at the start , What kind of comment he has written ?

Similar Questions

Discover Related MCQs

Q. In multiple line comment , End of the comment is specified by ________ Symbol.

Q. Which of the following is not a compound assignment operator ?

Q. If a string cannot be converted to a number __________ will be returned.

Q. If the values on either side of '+' operator are numerical values then ___________.

Q. During addition of two numbers , suppose one of the number is NaN then output of the following code will be ?

Q. +Infinity in JS gets added with +Infinity then output of the code will be

Q. -Infinity in JS gets added with -Infinity then output of the code will be

Q. -Infinity in JS gets added with +Infinity then output of the code will be

Q. Variable can hold ________ value at a time.

Q. Integer Variable is declared using following syntax in JavaScript.

Q. We can declare ___________ at a time. Select most appropriate option.

Q. We can declare all type of variables in JavaScript with the keyword _____________.

Q. var num;
Above Statement is called as __________ Statement.

Q. Variable name contain following type of characters -

1. Alphabet
2. Digits
3. Underscore
4. Special Characters

Select the correct option.

Q. Spaces,Punctuation marks are called as __________ Symbols in JavaScript.

Q. Which JavaScript variable cannot be used as First character but can be use after first character ?

Q. Initialization of variable can be done by writing _____ operator in between variable name and operand value.

Q. Multiple Declarations of variables are separated by ___________ symbol.

Q. var var1 = "Pritesh";
Above variable can store value of type -

Q. Variable declared without a value will have the value ______________.