Type castingwhy do we generally do typecasting ....my question is if i write a code below inta=6; int ptr=&a...
Operator overloadingclass group { int arr[15]; public: ///relevant code// int&operator[](int i) { ...
Runtime polymorphismclass Base { ..... ..... ..... virtual void display(); } class Derived { .........
depth of a treemy exaxt question is ...how it is dealt when we make two recursive calls as we did here (int lchild...
depth of a treei have come across this code for calculating the depth of a binary tree. int maxDepth(Node *&temp...
This user does not accept Private Messages