Arduino में comment लिखने का symbol क्या है
What is the symbol for writing comments in Arduino
A
// for single line or /* */ for multi-line
B
# only
C
<!-- -->
D
$$
Explanation
Correct Answer: A) // for single line or /* */ for multi-line