Differentiate between variable
length and fixed length ?
Answers
Answered by
2
Answer:
A file can contain: Fixed-length records - all the records are exactly the same length. Variable-length records - the length of each record varies.
Answered by
19
Variable length encoding scheme uses different number of bytes or octets (set of 8 bits) to represent different characters whereas fixed length encoding scheme uses a fixed number of bytes to represent different characters.
Similar questions