User profile: venkatacplpl

User info
User name:venkatacplpl
History
Joined:
Number of posts:25
Latest posts:

Type casting
why do we generally do typecasting ....my question is if i write a code below inta=6; int ptr=&a...

Operator overloading
class group { int arr[15]; public: ///relevant code// int&operator[](int i) { ...

Runtime polymorphism
class Base { ..... ..... ..... virtual void display(); } class Derived { .........

depth of a tree
my exaxt question is ...how it is dealt when we make two recursive calls as we did here (int lchild...

depth of a tree
i have come across this code for calculating the depth of a binary tree. int maxDepth(Node *&temp...

This user does not accept Private Messages

User: venkatacplpl

  • Public profile