what is ordinary file ? Give example
Answers
Answered by
2
Answer:
An ordinary file holds data. This data can either be ASCII text (consisting of characters from your keyboard), or binary (generally a machine-generated file). An example of an ASCII text file would be some program source code listing; an example of a binary file would be the command ls .
Similar questions