Youngkfromdc1666 Youngkfromdc1666 23-12-2022 Computers and Technology Answered Consider a class Student. The following code is used to create objects and access its member functions. Which statement is true about the code? O int main() { O Student newStud; O Student stud; O Student oldStud; O stud.GetDetails(); O return 0;}