which function used to display output message?
Answers
Answered by
1
Answer:
printf
Explanation: printf() and scanf() , which are used to display output on screen and to take input from user respectively.
Answered by
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