The asterisk (*) operator in a pointer declaration is used to:
Declare the variable as a pointer
Compare the pointer to another pointer
Assign a value to the pointer
Dereference the pointer

Programming Languages Exercises are loading ...