Look at the statement given below int & a; and tell what will happen ?

(A) Compiler will compile successfully
(B) Compiler will show a warning to you
(C) Null value will be assigned to a
(D) Compiler will generate an error: ‘a’ declared as reference but not initialized

error: Content is protected !!