added reference links (#27387)
* added reference links * Update index.md
This commit is contained in:
committed by
The Coding Aviator
parent
e16e634dcc
commit
499cce2e1a
@ -380,3 +380,10 @@ Most of the time, pointer and array accesses can be treated as acting the same,
|
||||
p++; /*Legal, p points the next memory address*/
|
||||
a++; /*illegal*/
|
||||
```
|
||||
|
||||
|
||||
## Links for reference:
|
||||
[Pointers - CS50](https://www.youtube.com/watch?v=XISnO2YhnsY)
|
||||
|
||||
[Pointers in C and C++ - GeeksforGeeks](https://www.geeksforgeeks.org/pointers-in-c-and-c-set-1-introduction-arithmetic-and-array/)
|
||||
|
||||
|
Reference in New Issue
Block a user