Skip to content

Commit fe167f2

Browse files
committed
adding reference to readme
1 parent 579c341 commit fe167f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ Pointer initialization == `p = &a;`
5454
Use an asterisk `*` for declaration and dereferencing. The ampersand `&` is is used when initializing.
5555

5656
Every pointer takes 8 bytes no matter the data type.
57+
58+
## Reference
59+
60+
A reference is an alias given to a variable. Use an ampersand `&` to declared a reference. Referencing is useful for parameter passing in small functions.

0 commit comments

Comments
 (0)