How const int *ourpointer differs from int const *ourpointer?
No Answer is Posted For this Question
Be the First to Post Answer
List out some of the object-oriented methodologies?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Why do we use using namespace std in c++?
What is a rooted hierarchy?
What is searching?
What is the most common mistake on c++ and oo projects?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
check whether a no is prime or not.
How java is different from c and c++?
What is a local variable?
Explain what is polymorphism in c++?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast