nerdexam
National_Instruments

200-500 · Question #194

What will the following function call print? printf('%010.6f', 22);

The correct answer is C. 022.000000. See the full explanation below for the reasoning.

Question

What will the following function call print? printf('%010.6f', 22);

Options

  • A22
  • B22.00
  • C022.000000
  • D22.000000

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    7% (2)
  • C
    79% (22)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice