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

A copy constructor is always called when?

(A) an object is initialized with another object data of the same class when it’s created
(B) n object is initialized with another object of any class when it’s created
(C) an object is initialized with a variable of a basic type when it’s created
(D) an object is not initialized when it’s created

error: Content is protected !!