Talk:COMP 3000 Lab 4 2012: Difference between revisions

From Soma-notes
Created page with " Question aAbout padding from Part B - question 2: Does padding only occur at the end of the file? For example, if our file A is 256 bytes, the padding in file B will make i…"
(No difference)

Revision as of 21:27, 17 October 2012



Question aAbout padding from Part B - question 2:

 Does padding only occur at the end of the file? For example, if our file A is 256 bytes, the padding in file B will make it 512 bytes?
 Also, does a space character count as padding, or should we use null characters? (or are they the same)