Hot Posts

Comments in Cpp | types of comments in Cpp | Cpp tutorials for beginners

 


Comments in C++

Comments:

Comments in C++ are non executable lines that are used in code to increase the readability and understanding of the code.

When your code is open by another developer he can easily understand the meanings of lines that you used in the code, and modification will be easy for him.

 

Types of comments :

  • Single line Comment
  • Multiple line Comment.

Single Line Comment:

These are used to comment a single line.


Multiple Line Comment:

These are used to comment a multiple lines.

Here in this video lecture we will discuss about the concept of Comments in C++ and the types of Comments In C++. Here You can find a lot of content regarding to web development, game development , programming tutorials and much more!

C++ tutorials Complete Playlist:https://www.youtube.com/playlist?list...



Follow Our site For the source code :https://learningworld67.blogspot.com/ #Cpp #c++ #C++ for beginners #comments in C++


Post a Comment

0 Comments