C++ language tutorials learn comment in c++

Program comments are explanatory statements that you can include in the C++ code that you write and helps anyone reading it's source code. All programming languages allow for some form of comments.
C++ supports single-line and multi-line comments. All characters available inside any comment are ignored by C++ compiler.
C++ comments start with /* and end with */. For example:




A comment can also start with //, extending to the end of the line. For example









When the above code is compiled, it will ignore // prints Hello World and final executable will produce the following result:





Within a /* and */ comment, // characters have no special meaning. Within a // comment, /* and */ have no special meaning. Thus, you can "nest" one kind of comment within the other kind. For example:


Comments

Popular posts from this blog

Can machines think?” What humans need to learn about artificial intelligence

Xiaomi Poco M4 Pro 6GB Specifications and Price in Pakistan

Xiaomi Poco F3 Full Specifications and Price in Pakistan