Computer Science, asked by sonai27, 1 year ago

distinguish between the following comment symbols.
i. /*........*/
ii. /**........*/

Answers

Answered by Anonymous
0
if these are in python 
1) is of list to add many elements
2) is a dictionary to add both key and value

Answered by Sushruta7
0
If this is in Java

● /* ... */ is used to give multiple-line comments.
● /** ... */ is used to give Java Documentation (Java-Doc comments).
Similar questions