What is data structure and data type?
No Answer is Posted For this Question
Be the First to Post Answer
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?
What is the similarity between a Structure, Union and enumeration?
What is array and its types in data structure?
Differentiate bfs and dfs?
How can you insert a node at the end of linked list?
Write the importance of hashing?
Why we use arraylist instead of linked list?
what are the applications of Linked Lists?
What is dynamic data structure?
What is push and pop in stack?
How do you sort elements in an arraylist?