diff --git a/CPP/Comment.cpp b/CPP/Comment.cpp new file mode 100644 index 000000000..a262ebb8e --- /dev/null +++ b/CPP/Comment.cpp @@ -0,0 +1,9 @@ + +#include +using namespace std; +int main(){ + //This is single line comment. + /*This is multi + line comment*/ + cout<<"Shri Ram"<