English, asked by gaduginanand984, 2 months ago

Which of the following file type(s) cannot be opened using the fopen() function?
a)..dat
b) .bmp
-).C
1) None of the above​

Answers

Answered by dipanjaltaw35
0

Answer:

1) None of the above​

Explanation:

The fopen() method creates a stream and opens the file indicated by filename. The mode variable is a character string that indicates the kind of file access that has been requested. One positional parameter precedes optional keyword parameters in the mode variable.

Lowercase characters must be used to pass the positional parameters.

You can pass mixed case keyword parameters. Commas must be used to separate them. An individual keyword can only be used once.

The type of file that is opened is frequently determined by the file name given to fopen(). You can make an application that specifically mentions both MVSTM and HFS files using a set of file-naming guidelines.

The correct option is 1) None of the above​

For more similar questions refer to-

https://brainly.in/question/6823310

https://brainly.in/question/7324446

#SPJ1

Similar questions