answersLogoWhite

0

>>

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What Linux operator causes the output to be appended to an existing file?

This operator also exists in Windows as well. The operator is >>.


What is stream operator in c plus plus?

There are two stream operators: << (insert or put) and >> (extract or get). Output streams implement the insertion operator, input streams implement the extraction operator and input/output streams implement both operators.


How do you find the product of 16?

"Product" is a binary operator. A binary operator takes two numbers as input and combines them into an output. Your question gives only one number as input and so a sensible answer is impossible. "Product" is a binary operator. A binary operator takes two numbers as input and combines them into an output. Your question gives only one number as input and so a sensible answer is impossible. "Product" is a binary operator. A binary operator takes two numbers as input and combines them into an output. Your question gives only one number as input and so a sensible answer is impossible. "Product" is a binary operator. A binary operator takes two numbers as input and combines them into an output. Your question gives only one number as input and so a sensible answer is impossible.


Processor existing computer instructions that manipulate data results in useful output?

Process,or existing computer instructions that manipulate data, results in useful output?


Construct the xor operator using only and or and not gates?

X-----Not--------------- | AND----------------| | |------------------ --------- |_ |__________ ---------OR-------OUTPUT | AND-----------------| Y-----|-Not-------------


How do you get the output like 1 23 456?

When you send some text as output you can insert space sign " " and also there is a tab operator.


Input output function in c plus plus?

input is the << operator and output is the >> operator


What is redirection characters in Linux and explain what each one does.?

Linux Redirection Characters> redirects standard output (stdout) to a file. If the file is not present, it is created. However, if it exists and not empty any existing data on the file are overwritten.>> same as above but it doesn't overwrite existing data. Instead, the new data get appended to the end of the file.2> redirects standard error (stderr) to a file. If the file is not present, it is created. However, if it exists and not empty any existing error data on the file are overwritten.2>> same as 2> but new data get appended to the end of the file.EXAMPLE USAGEgedit 2> /dev/null will redirect all the errors that will be displayed when you invoke the gedit editor from the terminal to the null device. This is a great way to hide errors.


What converts input into output?

An operator, a function, a processor, a logic gate, a manufacturer - it depends on the context.


What Windows shell script operator allows you to redirect the output of a command to a text file?

">" redirects all output to a file, overwriting any preexisting content.


What java operator reverses the truth or falsity of a condition?

The ! (boolean invert) operator returns the opposite of a boolean's current value: if(!(7 5," and the statement produces this output: not equal


What is a conjunction in math?

A conjunction is a mathematical operator that returns an output of true if and only if all of its operands are true.