What is the use of function pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the disadvantage of using a macro?
What do the header files usually contains?
Define whitespace in C++.
Is string an object in c++?
What is the difference between "overloading" and "overridding"?
Write about the role of c++ in the tradeoff of safety vs. Usability?
How would you call C functions from C++ and vice versa?
Is there any problem with the following: char *a=NULL; char& p = *a;?
Why can templates only be implemented in the header file?
Explain the difference between new() and malloc() in c++?
What do you mean by abstraction. Explain your answer?
What is a static member?