Linked list with only one pointer?You need to set the last notes next pointer to NULL to mark that you are at the end of the linked li...
What is the linked list doing?from the struct Node you create 2 objects: n1 and n2. a Note object have 2 members: int data Note* ...