1.

struct node *current = start->nextwhat "current" will contain if it is variable of type struct node ?

A. Address of 2nd Node
B. Address Field of 2nd Node
C. Data Field of 2nd Node
D. None of these
Answer» B. Address Field of 2nd Node


Discussion

No Comment Found