Answers

Question and Answer:

  Home  Design Patterns

⟩ Suppose we have file(ps), dont know how many records are there. move half of the records to 2 files. how can we do?

Question confirmation: Move half-half records to 2 diff. files.

Precondition: You must be knowing how to read record.

Solution:

1. Read file from top.

2. Move each record in alternative file.

 164 views

More Questions for you: