adplus-dvertising
frame-decoration

Question

To write fixed-length records, use file open mode:

a.

ios::app

b.

ios::ate

c.

ios::trunc

d.

ios::binary

Answer: (d).ios::binary

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. To write fixed-length records, use file open mode:

Similar Questions

Discover Related MCQs

Q. A random access file is organized most like a(n):

Q. Which file open mode would be used to write data only to the end of an existing file?

Q. Which one of the below mentioned is linear data structure?

Q. Term Data Structure refers to _________ and interrelationship between them.

Q. Data is nothing but ____________.

Q. Single and non-decomposable data is called ______________.

Q. Atomic Data is also called as _____________.

Q. Data that can be broken down into small pieces and each sub-field having the some meaning is called as ___________.

Q. Mathematical Model that can have set of operations that can be performed on that model is called as _________.

Q. Variable which can be accessed by all modules of the program is called as __________.

Q. In what kind of storage we can easily insert,delete,concatenate and rearrange substrings ?

Q. ADT is called as Abstract because

Q. _________________ defines a set of primitive elements which do not involves any other element as its sub-part.

Q. Non Primitive data Structures are those which define set of _________.

Q. If elements of the data structure forms a sequence of list then it is called as ____________.

Q. Data Structure in which one predecessor may have one or more successor , that data structure is called as __________.

Q. An ADT is defined to be a mathematical model of a user-defined type along with the collection of all ____________ operations on that model

Q. Which of the following abstract data types can be used to represent a many to many relation?

Q. When divisions of decimals are involved in a program, these numbers are stored in

Q. In line '300 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, "***" is classified as