Multiple choice Which of the following formatted input functions is used to read strings in 'C'? puts() getchar() gets() None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation This function is used in 'C' to read strings.