1.

Can we specify a variable filed width in a format string?

Answer» 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.


Discussion

No Comment Found