Samsung Electronics Interview Question

how can you represent a link list of different data types in each node

Interview Answers

Anonymous

May 4, 2012

(hint: unions)

Anonymous

Sep 9, 2012

I thought it would be focused on template(generic in Java) or even void pointer(Object class in Java).