Computer Science, asked by sharmasachin4740003, 6 months ago

The ……………………. and …………………………… functions are used to

take input from the user during execution and to print the output on the screen

respectively..​

Answers

Answered by varsha5644
0

Answer:

A function in a programming language is a program fragment that 'knows' how to perform a defined task. For example a function may be written that finds the average of three supplied numbers. Once written, this function may be used many times without having to rewrite it over and over.

Answered by sunay17
0

Answer:

cin & cout

scanf & printf

Similar questions