Transcription: The string secVal is not padded and neither is the value of secVal. The reason is that changes to the field width only affect the very next value that is inserted in the stream. After this value has been inserted, the field width returns to its default which is the length of the value that is being inserted with no padding.