Computer Science, asked by kajalhake574gmailcom, 11 days ago

which function used to display output message?

Answers

Answered by khushikhan692
1

Answer:

printf

Explanation: printf() and scanf() , which are used to display output on screen and to take input from user respectively.

Answered by aniladivedi8
1

Answer:

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

Similar questions