answersLogoWhite

0

Comments are to help other programmers (or yourself in the future) to understand what is going on in a program, especially when the code itself is complicated and may not be obvious. More time is spent maintaining and improving programs than original development, so leaving clear comments is very important!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the purpose of C plus plus?

Computer programming.


Is there any purpose to the parts of a turbo c plus plus program?

Yes.


Can you use c in c plus plus without using class and object?

Sure.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


How comments are written in C language?

/* example#1 */ #if 0 example #2 using preprecessor #endif // example#3 -- but only in C++


What is the use of visual c plus plus?

It's primary purpose is to develop programs for the Windows platform.


How do you convert bmp image to jpg by using C or C Plus Plus?

With libbmp and libjpeg. STFW for details.


What is the price of the book data structure using c and c plus plus by tanenbaum?

225 Rs. after discount........


What are the most prominent features of C plus plus?

Object oriented programming. General purpose. Cross-platform.


What programming framework does C plus plus use?

C++ doesn't use a framework; it is a general purpose, object oriented programming language derived from the C programming language. Specific implementations, such as Microsoft Visual C++, make use of frameworks.


What is the purpose of the header file io.h in c plus plus?

The header, io.h, is part of the standard C library and contains declarations for file handling and I/O functions. The file has no practical purpose in C++; it is only included because it was required prior to C++ standardisation. However, it can be used when writing C-style programs and libraries in C++.