What is a node class in c++?



What is a node class in c++?..

Answer / Geeta Chhabra

"A Node class represents a single data item along with a reference to the next and/or previous nodes in a linear collection such as a linked list. Each Node object stores a value, a pointer to another Node (for creating the chain of nodes), and sometimes additional information."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Write a program in C++ for Fibonacci series

1 Answers   Axtria, ITC Indian Tobacco Company,


What is array in c++ example?

1 Answers  


Write about the role of c++ in the tradeoff of safety vs. Usability?

1 Answers  


Explain RAII (Resource Acquisition Is Initialization).

3 Answers  


What is size of Empty Class?

3 Answers   Persistent,


What are the unique features of C++.

1 Answers  


Explain what data encapsulation is in c++?

1 Answers  


Tell me an example where stacks are useful?

1 Answers  


What is the best it certification?

1 Answers  


Which c++ compiler is best?

1 Answers  


What is a unnitialised pointer?

1 Answers  


What is an arraylist c++?

1 Answers  


Categories