InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function is used to print the output of a program? |
|
Answer» Answer: scanf() and PRINTF() functions The standard input-output header FILE, named stdio. h CONTAINS the DEFINITION of the functions printf() and scanf() , which are USED to display output on screen and to take input from user respectively. |
|