Why do we use pointers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by global variables?
how to access grid view row?
How do we implement inheritance in c++?
What are the advantages of using typedef in a program?
What is static function? Explain with an example
what do you mean by memory management operators
Explain the need for "Virtual Destructor"?
Why c++ is better than c language?
What is data abstraction? How is it different from data encapsulation?
What's the best free c++ profiler for windows?
What are the different operators in C++?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].