To travers through a link list, we must make a copy of the reference of front node next node last node front.next.next node A node can be added anywhere in a link list except the beginning of the list
A) True
B) False