adplus-dvertising
frame-decoration

Question

ftell

a.

is a function

b.

gives the current file position indicator

c.

can be used to find the size of a file

d.

All of the above

Posted under C Programming

Answer: (d).All of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. ftell

Similar Questions

Discover Related MCQs

Q. The fseek function

Q. The contents of a file will be lost if it is opened in

Q. Which of the following statements is incorrect ?

Q. If y is of integer type then the expression
 3 * ( y - 8 ) / 9 and  ( y - 8 )/ 9 * 3

Q. If n has the value 3, then the output of the statement

printf(  " %d %d " , n++, ++n);

Q. x - = y + 1;  means

Q. printf( "%c", 100);

Q. The following statement

           prlntf( ‘%f ’, 9/5) ;

prints

Q. If a = 9, b = 5 and c = 3, 
then the expression ( a - a/b * b % c) > a % b % c
evaluates to

Q. Consider the declaration 

static char hello[ ] = " hello " ;
The output of printf( " % s \ n ", hello) ;

will be the same as that of

Q. printf("ab", "cd", "ef");

prints

Q. int i = 5;

is a statement in a C program.Which of the following are true?

Q. The statement

printf ("%d", 10 ? 0 ? 5 : 11 : 12 ) ;

prints

Q. The statement

printf ("%d", ++5) ;

prints

Q. The statement

printf ("%d", ( a++) ) ;

prints

Q. The statement

printf ( "%d" , sizeof (" "'));

prints

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))

Q. Consider following statements:

putchar(getchar());
putchar(getchar());

If
a
b
is the input, then output will be

Q. What will be the value of x and y after execution of the following statement (C language)
n ==5;x=n++;y=-x;?

Q. In a 'C' program, constant is defined