Which of the following statements about the input format specification is false?

A. The first character must be a percent size (%).
B. The size specification is a modifier for the conversion code.
C. The width specifies the minimum number of characters to be input.
D. There is only one flag (suppression) for input.
E. The conversion code is last in the format specification.

Answer: C

Computer Science & Information Technology

You might also like to view...

JavaScript is a programming language that allows designers to add ________ to Web pages

Fill in the blank(s) with correct word

Computer Science & Information Technology

If condition q is NUM ? VALUE, what is condition not q?

a) VALUE > NUM b) NUM > VALUE c) VALUE = NUM d) NUM ? VALUE

Computer Science & Information Technology