File Handling

File Handling

Professional Development

12 Qs

quiz-placeholder

Similar activities

CSE-C1-Quiz-8-25-11-2022

CSE-C1-Quiz-8-25-11-2022

Professional Development

8 Qs

Basics in Computer

Basics in Computer

Professional Development

10 Qs

Basic Microsoft Word

Basic Microsoft Word

1st Grade - Professional Development

15 Qs

Sains Komputer Tingkatan 5 - 3.2.2 Menghasil dan menyimpan

Sains Komputer Tingkatan 5 - 3.2.2 Menghasil dan menyimpan

1st Grade - Professional Development

13 Qs

JF UIT 2022 - Game 3

JF UIT 2022 - Game 3

Professional Development

15 Qs

Python pathlib module

Python pathlib module

Professional Development

11 Qs

FinTech 03-2 Pandas

FinTech 03-2 Pandas

Professional Development

10 Qs

Sec+ CH.1 Review Test

Sec+ CH.1 Review Test

Professional Development

15 Qs

File Handling

File Handling

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Purushotham M

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?