Showing posts with label how to write a comment. Show all posts
Showing posts with label how to write a comment. Show all posts

Tuesday, 17 September 2013

Comments in C++

In this c tutorial for beginners, we are going to discuss about how to write a comment?? Comments is a kind of tool which is used to highlight the specific details and thus, not making it a part of C++ program. Comments are used so that the program you write should be clear not only to you but also to the reader. It is a good programming practice that you include comments to your program to make it clear for the readers.  Comments are for the readers not for the compiler. Single line commenting: For the commenting of single line,...