Solved

In a Node Type Named MyNode, Which of the Following

Question 11

Multiple Choice

In a node type named MyNode, which of the following correctly declares a pointer to a node of that type?


A) MyNode* ptr;
B) MyNode ptr;
C) ptr myNode*;
D) MyNode.data* ptr;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions