Rad s datotekama u C++

Rad s datotekama u C++

12th Grade

14 Qs

quiz-placeholder

Similar activities

File Handling in C++ Programming

File Handling in C++ Programming

12th Grade

15 Qs

File Formats

File Formats

9th - 12th Grade

15 Qs

FILE HANDLING IN PYTHON

FILE HANDLING IN PYTHON

12th Grade

10 Qs

File Handling

File Handling

12th Grade

10 Qs

Operacijski sustav

Operacijski sustav

9th - 12th Grade

10 Qs

File Handling in Python

File Handling in Python

11th - 12th Grade

10 Qs

File Handling in Python - Grade 12 CBSE

File Handling in Python - Grade 12 CBSE

12th Grade

15 Qs

Python Basic files

Python Basic files

10th - 12th Grade

10 Qs

Rad s datotekama u C++

Rad s datotekama u C++

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Mj Jed

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Kojim ekstenzijama može pripadati tekstualna datoteka?

.txt

.doc

.xls

sve navedeno

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Funkcija eof() označava kraj datoteke.

Točno

Netočno

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Funkcija fprintf() se koristi za pisanje formatiranih podataka u datoteku.

Točno

Netočno

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Klase ofstream i ifstream se nalaze u biblioteci <cstdio>.

Točno

Netočno

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Klasa ofstream se koristi za:

Čitanje iz datoteke  

Pisanje u datoteku 

Otvaranje datoteke u binarnom modu  

Brisanje datoteke

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Kako zatvaramo datoteku povezanu s objektom?

close(file);  

file.close();  

end(file);  

delete file;

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Kojom naredbom se podaci upisuju u datoteku pomoću ofstream objekta?

cout <<  

fout <<  

cin >>  

fwrite(fout)

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?

Discover more resources for Computers