C Programming - Complicated Declarations
|
|
|
|
Exercise"I do not seek. I find."
- Pablo Picasso
|
| 1. |
Does the data type of all elements in the union will be same. |
Answer: Option E
Explanation:
No answer description available for this question. Let us discuss.
|
| 2. |
It is not necessary to typecast the address returned by malloc(). |
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
|
| 3. |
We can modify the pointers "source" as well as "target". |
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
|
| 4. |
Function can return a floating point number. |
Answer: Option E
Explanation:
No answer description available for this question. Let us discuss.
|
| 5. |
We can allocate a 2-Dimensional array dynamically. |
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
|
|
|