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

Explain the term run-time stack?

0 Answers  


Why is hashing used?

0 Answers  


Which sort show the best average behavior?

9 Answers  


How do you initialize an arraylist?

0 Answers  


Define red-black trees.

0 Answers   Wipro,






What is the best time complexity of bubble sort?

0 Answers  


Does mentioning the array name gives the base address in all the contexts?

0 Answers  


Which interfaces are implemented by printerstatereasons?

0 Answers  


Why is merge sort faster?

0 Answers  


How do you explain bubble sort?

0 Answers  


What is data and data types?

0 Answers  


How many pointers are necessary to implement a simple linked list?

0 Answers  


Categories