-
The columns containing binary value that include null bytes will not print properly using the %s printf() format specifier.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
The columns containing binary value including null bytes do not print properly using the %s printf() format specifier. printf() expects a null terminated string. It prints the column value only up to the first null byte.