sir i am confused between reference and pointer what is the difference between this??
Reference and pointers
@tejasddongare reference means address…and pointers are variables that store the address of a variable. So basically a pointer stores a reference to the variable. I hope it is clear now.
Dont forget to mark your doubt as resolved!