Multiple choice What is the return data type of printf() statement? Int float char 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.