Computer Science, asked by ramchandraadvo70, 6 months ago

8. The function is used to take input and
store it as a strings.
(a) Input
(b) Row Input
(c) String
(d) None of these​

Answers

Answered by prevanth1507
0

Input means to provide the program with some data to be used in the program and Output means to display data on screen or write the data to a printer or a file.

C programming language provides many built-in functions to read any given input and to display data on screen when there is a need to output the result.

In this tutorial, we will learn about such functions, which can be used in our program to take input from user and to output the result on screen.

All these built-in functions are present in C header files, we will also specify the name of header files in which a particular function is defined while discussing about it.

Answered by gurveersidhu3107
0

Answer:

(b) row input .

please mark it as brainliest answer.

Similar questions