answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you take the output in c plus plus for programs of text and binary files?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is used to output data in c plus plus?

You use output devices or streams, typically console screens, printers and files.


What are file modes in c plus plus?

I guess you mean either input/output/inout/append or binary/text.


What are the disadvantages of lengthier c plus plus computer programs?

The source files take a longer time to compile, and reading and maintaining such programs is harder.


Is output function printf can not be used in C plus plus programs?

Whoever said so, they were wrong. For sure "printf" can be used without any problem.


Can C plus plus read binary?

yes it can very much so read binary.


In the binary system what is 1 plus 1?

1 plus 1 = 2


What is file handling in c and c plus plus or objective c?

File handling is simply the process of opening, reading, writing and closing files. Files are simply streams for input and output, or the "serialisation" of objects. In other words, reading and writing data to and from disk storage.


What is plus operator is it unary or binary?

There is no unary plus in C, but if there were, it would have only one operand, unlike the binary plus which has two: x = a + b; /* binary plus */ x = + b; /* unary plus -- not in C*/ x = a - b; /* unary plus */ x = - b; /* unary minus */


What is 1 plus 1 in binary?

1 + 1 = 10 in binary numbers.


What is the sum of the binary numbers of 1001 plus 10 in both binary and decimal?

easy, 1011. in binary of course. convert 1011 binary to decimal you get 11.


What is 1 plus 1 plus?

2 decimal, or 10 binary.


How can you view page by page output in c plus plus?

Pipe the output to the MORE command.