What is the difference between containment and delegation?
No Answer is Posted For this Question
Be the First to Post Answer
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 ].
Which compiler does turbo c++ use?
Can we define function inside main in c++?
Can a Structure contain a Pointer to itself?
What is dynamic and static typing?
Explain the isa and hasa class relationships.
What is c++ array?
What should main() return in c and c++?
Is c++ still in demand?
Which c++ compiler is best?
How long it will take to learn c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.