I'm really lost on this topic. I'm trying to study for an exam.
1)When the symbol '&' is in front of a variable, it is referring to the address right? How is it different from a reference parameter? I keep getting them mixed up.
2)By dereferencing it, it means that you want to value of it to display rather than the address?
3) For Dynamic Memory Allocations, why do you use the 'new' operator to store contents of an array? I never understood the reason for it and how it is used.