Google News
logo
Data Structures - Quiz(MCQ)
A)
ptr=(node*)malloc(sizeof(node))
B)
ptr=(node)malloc(sizeof(node))
C)
ptr= (node*)malloc(sizeof(node*))
D)
None of the above

Correct Answer :  

Advertisement