Use of ampersand (&) along with arrow operator (->) for inputting data into a struct in C, is it necessary?
My professor is currently teaching Binary Trees at college and she gave us a program to create a binary tree in C using Linked Lists.
My professor is currently teaching Binary Trees at college and she gave us a program to create a binary tree in C using Linked Lists.