distinguish between the following comment symbols.
i. /*........*/
ii. /**........*/
Answers
Answered by
0
if these are in python
1) is of list to add many elements
2) is a dictionary to add both key and value
1) is of list to add many elements
2) is a dictionary to add both key and value
Answered by
0
If this is in Java
● /* ... */ is used to give multiple-line comments.
● /** ... */ is used to give Java Documentation (Java-Doc comments).
● /* ... */ is used to give multiple-line comments.
● /** ... */ is used to give Java Documentation (Java-Doc comments).
Similar questions