What’s the difference between * and & in C?
I’m learning C and I’m still not sure if I understood the difference between & and * yet. Allow me to try to explain it: I got these, but then it becomes confusing. So, both funct(*a) and funct(&a) are correct, right? What’s the difference?