TF You can input into a structure TF The linked list program
(T/F) You can input into a structure
(T/F) The linked list program does need new
(T/F) Arrays are always passed as call-by-value in C++
Solution
True,you can input into a structure
True,linked list doesnt nedd new
False,both call by value and reference can be used to pass arrays
