Input / Output - Programming

Q1:

Can we specify a variable filed width in a scanf() format string?

A Yes

B No

ANS:B - No

In scanf() a * in a format string after a % sign is used for the suppression of assignment. That is, the current input field is scanned but not stored.