We use library functions in the program, in what form they are provided to the program?



We use library functions in the program, in what form they are provided to the program?..

Answer / Poonam Gautam

Library functions are usually provided as part of header files. The user needs to include the appropriate header file and then call the function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain class invariant.

1 Answers  


Describe Trees using C++ with an example.

1 Answers  


How new/delete differs from malloc()/free?

1 Answers  


What are the unique features of C++.

1 Answers  


What are the basics of local (auto) objects?

1 Answers  


What is one dimensional array in c++?

1 Answers  


Is c++ the best programming language?

1 Answers  


How do you declare a set in c++?

1 Answers  


What is a pointer how and when is it used?

1 Answers  


What is the Difference between "C structure" and "C++ structure"?

12 Answers  


What do you mean by persistent and non persistent objects?

2 Answers  


Why is c++ still popular?

1 Answers  


Categories