what is the difference between a pointer and a reference?
No Answer is Posted For this Question
Be the First to Post Answer
What is the 4 difference between delete[] and delete?
What does it mean to take the address of a reference?
What is static variable and difference between(const char *p,char const *p,const char* const p).
How to convert integer to string in C++
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
CDPATH shell variable is in(c-shell)
What is the difference between Stack and Queue in C++?
0 Answers Global Logic, iNautix,
What does it mean to declare a member function as virtual in C++?
Explain the difference between method overriding and method overloading in C++?
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
What is wrong with this statement? std::auto_ptr ptr(new char[10]);