C-Command Line Arguments
C-Command Line Arguments
91. When opeating system allocates memory from RAM for a file is called
- Buffer
- Streams
- Node
- None of the above
92. If stream is not loaded into memory the file descriptor returns
- 0
- 1
- -1
- None of these
93. When the current active file pointer is shifted to end of file, get() returns
- 1
- 0
- -1
- None of the above
94. Flowing of data from a device into buffer and buffer to devie is called
- stdin
- Stream
- Buffer
- FILE
96. The function fseek() returns
- A non zero value on success
- A zero value on success
- A zero value on failure.
- None of the above
97. Operating system represents a file in two different ways, such as
- Text file and binary file
- Binary file
- Text file
- None of the above
98. The file present in disk is always in
- Text format
- Low level format
- Binary format
- None of the above
100. Fseek command works in File pointer but which of the following command works in file handler
- fseek
- Iseek
- hseek
- None of the above