Show what is produced by the following C++ code. Assume the node is in the usual info-link form with the info of the type int. (first, temp, and p are pointers of type nodeType.)first = new nodeType;first->info = 78;p = new nodeType;p->info = 26;first->link = p;p->link = nullptr;temp = new nodeType;temp->info = 39;temp->link = first;p = first;first = temp;temp = p->link;cout < first-="">info < "="" "="">< temp-="">info < "="">< p-="">info <>
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here