Skip to content

Commit

Permalink
added article
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadHashim77 committed Nov 21, 2024
1 parent ead5b1a commit 95b8535
Show file tree
Hide file tree
Showing 2 changed files with 605 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2024/pointers/article.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Pointers

Pointers are like signposts in programming. They do not hold the data themselves but tell you exactly where to find it in memory. Think of them as an address for your data, letting you directly access and manipulate it.

This makes pointers incredibly powerful, but also dangerous if mishandled as they can lead to critical errors like crashes or corrupted data. Whether you are optimizing memory usage or working with dynamic data structures, it is important to use pointers correctly.

## Authors
- Muhammad Hashim
Loading

0 comments on commit 95b8535

Please sign in to comment.