Computer Science, asked by saptarishibannerjee, 20 days ago

туре. d) Library functions are functions in the C++ library to perform specific tasks.

Answers

Answered by vanithamohan981
0

Answer:

C++

Explanation:

Library functions which are also called as “built-in” functions are the functions that are already available and implemented in C++.

We can directly call these functions in our program as per our requirements. Library functions in C++ are declared and defined in special files called “Header Files” which we can reference in our C++ programs using the “include” directive.

Similar questions