MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues
→
What is the meant by a in the following C operat...
1.
What is the meant by a in the following C operation?
A.
Add
B.
Attach
C.
Append
D.
Apprehend
E.
None of these
Answer» D. Apprehend
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