

MCQOPTIONS
Saved Bookmarks
1. |
Anyone of the followings can be used to declare a node for a singly linked list. If we use the first declaration, struct node * nodePtr; would be used to declare pointer to a node. If we use the second declaration, NODEPTR nodePtr; can be used to declare pointer to a node.
|
A. | TRUE |
B. | FALSE |
Answer» C. | |