MCQOPTIONS
Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Testing Subject
General Aptitude
Logical and Verbal Reasoning
English Skills Ability
Technical Programming
Current Affairs
General Knowledge
Finance & Accounting
GATE (Mechanical Engineering)
Chemical Engineering
→
C Programming
→
Floating Point Issues
→
Which type of files can t be opened using fopen()?
1.
Which type of files can t be opened using fopen()?
A.
.c
B.
.bin
C.
.txt
D.
All of above
E.
None of these
Answer» F.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What is the meant by a in the following C operation?fp = fopen("Random.txt", "a");
What will be the output of the following C code?#include <stdio.h> int main() { FILE *fp = stdin; int num; fprintf(fp, "%d", 55); }
What does the following segment of C code do?fprintf(fp, "Interview Mania!");
What will be the output of the following C code?#include <stdio.h> #include <stdlib.h> int main() { FILE *fp = stdout; int num; fprintf(fp, "%d", 102); }
What will be the output of the following C code?#include <stdio.h> int main() { FILE *fp = stdout; int m; fprintf(fp, "%d ", 55); fflush(stdout); fprintf(stderr, "%d", 85); return 0; }
What will be the output of the following C code?#include <stdio.h> int main() { FILE *fp = stdout; int num; fprintf(fp, "%d ", 105); fprintf(stderr, "%d ", 99); return 0; }
What does the following segment of C code do?
Which type of files can t be opened using fopen()?
What is the meant by a in the following C operation?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies