Multiple choice

What is the return data type of printf() statement?

  1. Int

  2. float

  3. char

  4. double

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The return data type of printf() statement is integer. It returns the integer, which represents the number of characters printed.