

MCQOPTIONS
Saved Bookmarks
1. |
What happens if a pair is not initialized? |
A. | Both first and second part is initialized to zero or null |
B. | Both first and second part is initialized a garbage value |
C. | First is initialized to zero or null and second is initialized a garbage value |
D. | Second is initialized to zero or null and first is initialized a garbage value |
Answer» B. Both first and second part is initialized a garbage value | |