answersLogoWhite

0

0 1 2

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is difference between windows Input Output and Linux Input Output?

end of line mark.


Where does an error output go in Linux?

Standard error -- stderr


How does input-output management work in Linux?

secret


How does input output management work in Linux?

secret


Is a tablet a input or output?

There is no applying wallpapers ,,they answered input and output error


What does DC mean in linux?

dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. Normally dc reads from the standard input; if any command arguments are given to it, they are filenames, and dc reads and executes the contents of the files before reading from standard input. All normal output is to standard output; all error output is to standard error.


What is IOExeption in BufferedReader in java?

IOException is thrown when a general input output error occurs.


What is the difference between GIGO and bug?

gigo is an error dueto wrong input and output. but bug is an error due to problemin hardware.


Is a tablet an input or an output device?

I believe you are referring to the screen only. A touch screen works as a input and output device


Is an OMR an input or output?

is an omr and input or output device?


Is interactive whiteboard an input or output device?

both input r output


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.