answersLogoWhite

0

It can be an input.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

Why do you use scanf in c?

To read input from standard input.


How do you name a fraction family?

look at the very first fraction and then read the denominator and right down the denominator


What do input and output speed sensors do?

They read the speed of the input and output components of the transmission.


What is the standard stream that you read input from?

The standard console input stream, std::cin.


Write a scanf statement to read the 78b45?

To read the string "78b45" using scanf, you can use the following statement: char input[6]; // Ensure the array is large enough to hold the string and the null terminator scanf("%5s", input); // Read up to 5 characters This will read up to 5 characters into the input array, allowing for the input "78b45" to be stored correctly.


Is a CD-ROM an input device?

I would say that a CD-ROM is a form of input, as it is "read only memory" and the data on it can only be read, but not written to. If you're talking about CD-R/CD+R drives, then those would be considered both input and output, as it can read from a CD, and writes to CD.


What happens when an input operation attempts to read data but there is no data to read?

error reading


Is an ROM an input or output?

It is an input as the longer version of CD-ROM is Compact Disk - Read Only Memory, it can only be described as an input.


What is ROM BOIS?

Its an input and an output button OR It,s the basic input and output of a read only memory


How can you read string in C language?

You mean read from file/standard input? With function fgets.


What is the difference between input and Read data statement?

The INPUT statement in programming is used to read data from user input during the execution of a program, allowing for dynamic data entry. In contrast, the READ statement typically retrieves pre-defined data from a specified source, such as a file or data structure, and is often used in conjunction with data storage formats. Essentially, INPUT is interactive, while READ is more about accessing existing data.


What is priming input?

A priming input, also known as priming read, is the statement that reads the first input data record prior to starting a structured loop.