al.Add(1);al.Add('1');al.Add("1");
a) Compilation Error
b) Code works perfectly - Prints 1 ‘1’ “1” if an Console.Write statement is written.
c) System.IndexOutOfRangeException
d) System.InvalidCastException
e) System.StackOverflowException
f) System.IO.IOException