Wednesday, 6 August 2014

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 comments:

Post a Comment