comment in c++
// 1.This is a single line comment
/* 2. This is a
multi-line comment */
comment in c++
// 1.This is a single line comment
/* 2. This is a
multi-line comment */
comment in c++
//one line comment
/* The code below will print the words Hello World!
to the screen, and it is amazing */
cout << "Hello World!";
c++ single comment
//single comment
use comments to remember code
c++ comment
/* with this you start a dubble comment
with this you close the dubble comment */
// this is a single comment
/* if you dont close a comment the whole code will be a comment.
so it dont work anymore */
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us