I have a question regarding the value of a newly assigned integer for dynamic memory allocation.
I have a piece of example code that creats a new int and then displays the address location and the value the address is holding. Before running this piece of code for the first time I was curious to see if a null value came out, but this was not the case. 94201 or something came out as the value. Can someone explain why a non-initiated dynamically allocated integer has a random value?