What does scope resolution operator do?
No Answer is Posted For this Question
Be the First to Post Answer
What c++ library is string in?
what kind of projects are suitable for c and c++
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is size_type?
Explain the use of vtable.
What do you understand by pure virtual function? Write about its use?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Write a program using display() function which takes two arguments.
Define upcasting.
What are function prototypes?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is pointer -to-members in C++? Give their syntax?