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 |
Explain class invariant.
Describe Trees using C++ with an example.
How new/delete differs from malloc()/free?
What are the unique features of C++.
What are the basics of local (auto) objects?
What is one dimensional array in c++?
Is c++ the best programming language?
How do you declare a set in c++?
What is a pointer how and when is it used?
What is the Difference between "C structure" and "C++ structure"?
What do you mean by persistent and non persistent objects?
Why is c++ still popular?