User: austin004

  • Public profile

User profile: austin004

User info
User name:austin004
History
Joined:
Number of posts:4
Latest posts:

Please tell what will be displayed
class Node{ public: int data; Node * next }; Node *p1 = new Node, *p2 = new Node, *p3 = new Node;...

Please tell what will be displayed by following code.
class Node{ public: int data; Node * next }; Node *p1 = new Node, *p2 = new Node, *p3 = new Node;...

const reference parameter that allows read-only access
i had used the following code line can u confirm it. void DisplayData(const StudentData &sd)

const reference parameter that allows read-only access
can somebody tell me the meaning of this "The function should use const reference parameter that all...

This user does not accept Private Messages