C Programming - Complicated Declarations

1.
Does the data type of all elements in the union will be same.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
It is not necessary to typecast the address returned by malloc().
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
We can modify the pointers "source" as well as "target".
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
Function can return a floating point number.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
We can allocate a 2-Dimensional array dynamically.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.