C Programming - Complicated Declarations
Exercise :: Complicated Declarations - True / False Questions
1. |
Does the data type of all elements in the union will be same. |
Answer: Option B
Explanation:
|
2. |
It is not necessary to typecast the address returned by malloc(). |
Answer: Option B
Explanation:
|
3. |
We can modify the pointers "source" as well as "target". |
Answer: Option A
Explanation:
|
4. |
Function can return a floating point number. |
Answer: Option A
Explanation:
|
5. |
We can allocate a 2-Dimensional array dynamically. |
Answer: Option A
Explanation:
|