File Handling

File Handling

Professional Development

12 Qs

quiz-placeholder

Similar activities

Unit 5:  Creating and Using Documents

Unit 5: Creating and Using Documents

Professional Development

10 Qs

ITF - Quiz 12.2 - Windows File Sharing

ITF - Quiz 12.2 - Windows File Sharing

Professional Development

11 Qs

Functions and Files

Functions and Files

Professional Development

11 Qs

Xpert H&P

Xpert H&P

Professional Development

10 Qs

Python / Datnes, klasses

Python / Datnes, klasses

Professional Development

7 Qs

IT Quiz

IT Quiz

Professional Development

15 Qs

email and internate

email and internate

Professional Development

17 Qs

Computer chpt 2

Computer chpt 2

5th Grade - Professional Development

13 Qs

File Handling

File Handling

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Purushotham M

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If there is any error while opening a file, fopen will return?

Nothing

EOF

NULL

Depends on compiler

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data of the file is stored in …

RAM

Hard Disk

ROM

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select a function which is used to read a single character from a file at a time?

fgetc()

getch()

fscanf()

fgets()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meant by 'a' in the following operation?

fp = fopen("letsfindcourse.txt", "a");

Attach

Add

Apprehend

Append

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a stream associated with in C programming?

Database

Memory

File

Network

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file is required for using file handling functions in C?

string.h

math.h

stdlib.h

stdio.h

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to open a file in C?

fread()

fwrite()

fclose()

fopen()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?