How is any Data Structure application is classified among files?

Submitted by: Administrator
A linked list application can be organized into a header file, source file and main application file. The first file is the header file that contains the definition of the NODE structure and the LinkedList class definition. The second file is a source code file containing the implementation of member functions of the LinkedList class. The last file is the application file that contains code that creates and uses the LinkedList class.
Submitted by: Administrator

Read Online Data Structures Job Interview Questions And Answers