File I/O
- Which of the following mode argument is used to truncate?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
w
- In C language, FILE is of which data type?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
struct
- What is the meant by ‘a’ in the following C operation?
fp = fopen("Random.txt", "a");
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Append
- When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
All of above
- Which type of files can’t be opened using fopen()?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: E
None of these