What is a forward referencing and when should it be used?
No Answer is Posted For this Question
Be the First to Post Answer
Is facebook written in c++?
How do you differentiate between overloading the prefix and postfix increments?
What is problem with Runtime type identification?
How many namespaces are there in c++?
How do you define/declare constants in c++?
Can manipulators fall in love?
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
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 operator cannot overload?
Comment on assignment operator in c++.
You run a shell on unix system. How would you tell which shell are you running?
What's the order in which the local objects are destructed?