0
How much long line can we place in comment with tag "//", and what if we cross that line length limit? See description.....
What will happen if you start the comment after statement (code instruction) in the same line.
2 odpowiedzi
+ 15
I didn't actually get your question... so I'll consider some cases
//This is fine...
cout<<"hi"; //this is fine though it begins after a command and can go to multiple line but the sentence must be one only...
//This is fine as long as it is in the same sentence.. idk what to type more but i want to keep this on the same sentence.. Maybe you realised i am just making this up.. Ok I'll stop now...
0
multiple lines comment in programming