Question: MULTIPLE CHOICE Why can the format specifier %s sometimes cause a program to crash? a)It may print a very large string buffer that overflows the
MULTIPLE CHOICE
Why can the format specifier %s sometimes cause a program to crash?
a)It may print a very large string buffer that overflows the stack.
b)It may cause access to the address of an illegal memory location.
c)The data in the string is encrypted.
d)%s is an illegal character sequence that printf() cannot print.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
