Fill This Form To Receive Instant Help
Homework answers / question archive / The printf( ) function relies on format specifiers to fetch the optional arguments from the stack
The printf( ) function relies on format specifiers to fetch the optional arguments from
the stack. When printf() reaches the last optional argument, it will continue
advancing va_list pointer to get the data for its extra format specifiers.
a.true
b.false