Showing posts with label preprocessor directives in c. Show all posts
Showing posts with label preprocessor directives in c. Show all posts

Thursday, 17 October 2013

Preprocessor Directives In C

Preprocessor directives in C: In C++, we don’t have large number of operations. Only small number of operation like arithmetic and assignment operations are available. But to run a C++ program many type of functions are required. C++ has a collection of libraries. We use them to get access to many interesting and important operations. Every library has a unique name and is referred to by a header file. Examples: The function needed to perform input/output (I/O) are contained in the header file iostream.For performing useful mathematical...