Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Fixes EEC documentation and therefore, #103.
Browse files Browse the repository at this point in the history
  • Loading branch information
PradyumnaShome committed May 5, 2019
1 parent 862efbd commit 67a0dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extreme_edge_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ camelCaser takes in a C string, which represents an arbitrary number of sentence

For those who like pictures, here is what the return value of camelCaser looks like in memory:

![Memory Map](/images/assignment-docs/mp/finding_filesystems/char_double_pointer.jpg)
![Memory Map](/images/assignment-docs/mp/extreme_edge_cases/char_double_pointer.jpg)

In the above picture, you can see that we have a `char` double pointer called 'array'. In this scenario, the `char` double pointer points to the beginning of a NULL-terminated array of character pointers. Each of the character pointers in the array points to the beginning of a NULL-terminated `char` array that can be anywhere in memory.

Expand Down

0 comments on commit 67a0dd3

Please sign in to comment.