What happens if a pair is not initialized?
Posted: Wed Jul 13, 2022 7:53 pm
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
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