Directory pointers (comparable) Flashcards

1
Q

Are opendir() and fopen() comparable?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is readdir() comparable to fscanf() / fgetc() / fgetw()?

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Are the commands fprintf() / fputc() / fputw() comparable?

A

there is no comparable function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

are rewinddir() & rewind() comparable?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

are closedir() & close() comparable?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly