In this webinar session

What is the difference between xpyr and *xptr . Please explain in detail

@Nikhil-Aggarwal-2320066674901389 hey nikhil *xptr is pointer which is holds some address of another variable say x=10 when we print this *xptr whatever they pointing to it print the content of pointing variable and when we print xptr it print it own address.