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.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

How can avl tree be useful in all the operations as compared to binary search tree?

0 Answers  


Define in brief an array.

0 Answers  


How do you rotate an AVL tree?

0 Answers   Global Logic,


Are sets sorted?

0 Answers  


Write the disadvantages of separate chaining?

0 Answers  






How is bubble sort done?

0 Answers  


What is nsmutablearray?

0 Answers  


What is the use of bubble sort?

0 Answers  


What are sorting algorithms used for?

0 Answers  


What is a height of a tree?

0 Answers  


Is array a data type?

0 Answers  


How to sequentially represent max-heap?

0 Answers  


Categories