Discussion :: Microprocessors
-
Read the following statements about files in Pascal
- A file can grow or shrink dynamically.
- A file which consists of only characters is called text file.
- Text files may be read and written using standard Pascal READ and WRITE procedures.
- Every file must have a beginning but may or may not have an end.
Answer : Option B
Explanation :
Only 1, 2, 3 are correct and 4 is wrong.
Be The First To Comment