Q-2-1 Write a C++ code to declare a node that contains two fields (Data and Next), then count and print how many nodes i
Posted: Fri Jul 08, 2022 6:34 am
Q-2-1 Write a C++ code to declare a node that contains two fields (Data and Next), then count and print how many nodes in the linked list. (8 Marks)