Skip to content

Commit

Permalink
data: Fix another wrong calculation
Browse files Browse the repository at this point in the history
Signed-off-by: Maria Sfiraiala <[email protected]>
  • Loading branch information
mariasfiraiala committed Feb 2, 2024
1 parent d62faa8 commit 68ea508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data-q&a.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@

### 35. Câte pagini fizice alocă un apel calloc() care alocă 1MB? O pagină ocupă 4KB.

Cel puțin 256, cel mult 257.
Cel puțin 255, cel mult 256.

### 36. Ce înseamnă maparea unui fișier în memorie? De ce este avantajos să mapăm fișiere față de folosirea read/write?

Expand Down

0 comments on commit 68ea508

Please sign in to comment.