Cons lst = null; for (int i = 0; i < 3; i++ ) lst = cons( i, lst );
What is the runtime type of first(lst)?
Answer
Contents Page-10 Prev Next Page+10 Index