What is a binary file? List the merits and demerits of the binary file usagein C++.
No Answer is Posted For this Question
Be the First to Post Answer
What are advantages of c++?
Is c++ pass by reference or value?
what is scupper?
What is virtual function? Explain with an example
Are c and c++ similar?
What is the difference between equal to (==) and assignment operator (=)?
What do you mean by translation unit in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is the difference between cin.read() and cin.getline()?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required