Answer:
C) both c1.a and c1.b are properly initialized
Explanation:
When a variable is said to be initialized, it means it has been assigned a value of the particular data type declared to it. the sample code snippet shows that c1 contains the value of a and b from c0, it inherits the values of a and b, so option C) holds true.