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

Post New Answer

More C++ General Interview Questions

How do you define/declare constants in c++?

0 Answers  


Show the declaration for a static member variable.

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What is #include ctype h in c++?

0 Answers  


What language does google use?

0 Answers  






Is c++ pass by reference or value?

0 Answers  


What c++ library is string in?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

0 Answers   TCS,


Why is c++ so fast?

0 Answers  


Explain the benefits of proper inheritance.

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


Categories