Linked list problem

Is there any difference if I write node* a and node *a?

Hey @mikkyimran
There is no difference at all between the two declarations.