Computer Science, asked by bhupenderdharwal75, 10 months ago

The data entered while using function is called............​

Answers

Answered by riyasharma92184
0

Answer:

uly 26, 2012

Share:

The C language is accompanied by a collection of library functions which includes a number of input/output functions.These functions are used to permit the transfer of information between the computer and the standard input/output device. The basic input/output functions are getchar, putchar, puts, scanf and printf. The first two functions, getchar and putchar, are used to transfer single characters. The next function puts is used to output strings, and the last two functions, scanf and printf, permit the transfer of single characters, numerical values and strings.

Answered by vshakuntla20287
4

Answer: Function Arguments

Explanation:

Similar questions