answersLogoWhite

0

What else can I help you with?

Related Questions

Is a games controller input or output?

Input, as you are inputting information into the games console, so that you can play.


What is the full form of conioh?

Console Input Output Header


What is console application in c sharp?

The console application in C sharp(C#) is a simple application which takes input and returns output on a command line console, with the following data streams: standard input, standard output, and standard error.


What are the cout and cin identifiers in C and what are they used for?

std:cin and std:cout are the standard console input and output streams, respectively. By default, input is redirected from the console keyboard and output redirected to the console screen. However, both streams can be redirected from the command line. This not only allows input and output to be redirected from disk files but also permits the output of one program to be redirected as input to another, allowing two or more programs to be chained together (assuming the output of one program is in the exact format required as input to the next).


What is input output console in c language?

There is no 'console' in C-language, but there is a standard input, a standard output and a standard error. They are pre-opened files (file-handles) you can use in your program without knowing what they actually are.


Is a gamepad an input or an output device?

A game console is not an input or output device, the things that can connect to the consoles are the I/O devices.. not the actual system.


Are computer games an input or an output?

Both


What is meant by console input and output in C language?

A console is simply another term for a computer terminal. All computer terminals have input and output devices but as console programmers we don't always have the luxury of knowing the specific details about those devices. All we can say for sure about any input or output device is that those devices are character streams. That is, we can extract characters from an input device and we can insert characters into an output device. Most console programs accept input via a keyboard and present output upon a screen or monitor, however it is never safe to assume that that will always be the case. This is because console programs have two global devices known as standard input and standard output (stdin and stdout, respectively). If we make use of either of these devices then we can never really be certain what physical devices are attached to them because the user must always be free to decide that for themselves. However, because all console input and output devices are character streams, it really doesn't matter what physical devices are used, we can treat them all exactly the same. A lot of new programmers often make the mistake of enforcing specific devices upon the standard input and output streams, but this is one of those cases where just because we can do something it doesn't mean that we should. Standard input/output devices must always be user-defined, never programmer-enforced. A console program can make use of as many input and output devices as it needs in addition to the standard input and output devices. Thus if a program needs to extract information from a specific disk file then it is free to do so -- there is no need to redirect standard input to that file.


What is the function of conioh in C?

Not in C, only in TurboC.Direct console input-output (MS-DOS specific).


What are input and out put string?

Input strings are character arrays that are initialised from input devices, such as file streams with read access and the keyboard. Output strings are character arrays sent to output devices such as files with write access, the console (display) and printers.


What is the function of the cin and cout statements?

cin and cout are synonymous with stdin and stdout, implementing console input and output respectively.


Is an OMR an input or output?

is an omr and input or output device?