Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Identify the error in the following example of the use of a displayNodesReverse() member function void displayNodesReverse(){ cout
A) Syntax of displayNodesReverse() is wrong
B) Node*temp should be NULL
C) Wrong use of paranthesis
D) temp should be equal to temp->previous
Explanation: The displayNodesReverse() member function displays the contents of a linked list in reverse order,beginning with the node at the back of the linked list and continuing until the first node is displayed.So Previous should be used.
Related Answered Questions
Related Open Questions