What is the differences between single line comments and multi line comments ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is the differences between single line comments and multi line comments ?

23rd Mar 2018, 12:07 PM
Nurullah Aydın
Nurullah Aydın - avatar
3 ответов
+ 5
Single line comments tells the compiler/interpreter to ignore the commented line, where multi line comments tells the compiler/interpreter to ignore whatever is wrapped between the comment begin/end marks even though it spreads in multiple lines. Hth, cmiiw
23rd Mar 2018, 12:41 PM
Ipang
+ 4
You're welcome, I'm glad if it helps : )
23rd Mar 2018, 12:48 PM
Ipang
+ 1
Thank you :))
23rd Mar 2018, 12:46 PM
Nurullah Aydın
Nurullah Aydın - avatar