Ask Question

True or False? To use a C+ + library function, you must use an #include directive to include the appropriate header file.

+4
Answers (1)
  1. 21 October, 14:27
    0
    True

    Explanation:

    While programming in most programming languages, one will have need to use functions and variables defined in other class libraries. in C++, these functions and variables' definitions are contained in Header files, which can be imported and used into any C+ + program by using the pre-processor #include statement. This statement is the equivalent of import in java and copy in other languages. Popular header files are the Maths class (Allows use of maths functions like power, square roots exponentiation etc), the input/output (allows usage of cout print statement and cin input statement)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “True or False? To use a C+ + library function, you must use an #include directive to include the appropriate header file. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers