JOIN ADRE 2.0 Telegram Group

Question

In the following 'C' code

	{
		FILE *f=fopen(filename, "r");
		fread(f);
		if(????)
		puts("End of file reached");
	}
	

Which one of the following can replace the ???? in the code above to determine if the end of a file has been reached?

A f==EOF
B feof(f)
C eof(f)
D f==NULL
Answer & Explanation
Option: [A]

In 'C' programming EOF(end of file) is used to read a file till the end.

The syntax is as given below:

If(f==EOF)

Advertisement
ADRE 2.0 Mock Test - 5 Start Test
ADRE 2.0 Mock Test - 5 Start Test

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

ADRE 2.0 MOCK TEST

Take Mock Tests

Government Schemes Mock Test Start Test!
Political Science Mock Test – 42 Start Test
History Test – 190 Start Test
Quantitative Aptitude Test Start Test!
Trigonometry - Mock Test Start Test!
Data Interpretation - Mock Test Start Test!
General Awareness - Mock Test Start Test!
Reasoning Ability - Mock Test Start Test!
Englist(Antonyms) Mock Test 1 Start Test!
Quantitative Aptitude (Percentage) Mock Test Start Test!
Economy Mock Test 1 Unlock Test!
Books & Authors - Test 2 Unlock Test!
Advertisement