Multiple choice Which of the following datatypes is used in C++ to implement linked list in a program? Array Pointer Structure Function Union Reveal answer Fill a bubble to check yourself C Correct answer Explanation This datatype is used in C++ to implement linked list in a program.