Question
a.
reading is possible
b.
writing is possible
c.
both (a) & (b)
d.
all the above comments are true
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. If a file is opened in r+ mode then
Similar Questions
Discover Related MCQs
Q. If a file is opened in w+ mode then
View solution
Q. ftell
View solution
Q. The fseek function
View solution
Q. The contents of a file will be lost if it is opened in
View solution
Q. Which of the following statements is incorrect ?
View solution
Q. If y is of integer type then the expression
3 * ( y - 8 ) / 9 and ( y - 8 )/ 9 * 3
View solution
Q. If n has the value 3, then the output of the statement
printf( " %d %d " , n++, ++n);
View solution
Q. x - = y + 1; means
View solution
Q. printf( "%c", 100);
View solution
Q. The following statement
prlntf( ‘%f ’, 9/5) ;
prints
View solution
Q. If a = 9, b = 5 and c = 3,
then the expression ( a - a/b * b % c) > a % b % c
evaluates to
View solution
Q. Consider the declaration
static char hello[ ] = " hello " ;
The output of printf( " % s \ n ", hello) ;
will be the same as that of
View solution
Q. printf("ab", "cd", "ef");
prints
View solution
Q. int i = 5;
is a statement in a C program.Which of the following are true?
View solution
Q. The statement
printf ("%d", 10 ? 0 ? 5 : 11 : 12 ) ;
prints
View solution
Q. The statement
printf ("%d", ++5) ;
prints
View solution
Q. The statement
printf ("%d", ( a++) ) ;
prints
View solution
Q. The statement
printf ( "%d" , sizeof (" "'));
prints
View solution
Q. If following variables are set to the values as shown below, then what is the value of the expression following it?
answer=2;
marks=10;
!((answer2))
View solution
Q. Consider following statements:
putchar(getchar());
putchar(getchar());
If
a
b
is the input, then output will be
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!
Software Engineering
Learn about the systematic approach to developing software with our Software...
Operating System
Dive deep into the core of computers with our Operating System MCQs. Learn about...