1. 

Does the data type of all elements in the union will be same.

A. True
B. False

2. 

It is not necessary to typecast the address returned by malloc().

A. True
B. False

3. 

We can modify the pointers "source" as well as "target".

A. True
B. False

4. 

Function can return a floating point number.

A. True
B. False

5. 

We can allocate a 2-Dimensional array dynamically.

A. True
B. False