+ 14
In c++ we use // for single line comment and /* */ for multiple line comments...
It is basically the syntax of c++..
We cannot use # because it is used to include the header file.. And work as preprocessor directive..
While in python we use # for comments.. Because there we use import keyeord
+ 5
Its doesn't work in C++.
in C++ we use these đ // single line comment
/* Multiple line comment */
+ 2
Because "#" in C is for include a file
+ 1
Work in python
+ 1
Because. It is made like that...
We need to use // for single comment and /**/ for multiple
+ 1
This is Ruby !
# - comment for the Ruby.