Question
Computer Science Question on File Handling in Python
| Match List I with List IIList I | List II |
|---|---|
| A. | tell() |
| B. | seek() |
| C. | dump() |
| D. | load() |
| Choose the correct answer from the options given below : |
A
A-I, B-II, C-III, D-IV
B
A-II, B-I, C-III, D-IV
C
A-III, B-IV, C-I, D-II
D
A-IV, B-III, C-I, D-II
Answer
A-II, B-I, C-III, D-IV
Explanation
Solution
The correct option is (B) :A-II, B-I, C-III, D-IV.
