Scripts: c :: Pointers :: Library Article #1
Developer's Section
Using Pointers in C By: Erobo Team Member
|
||||||||
Brief explanation on how to create Pointers
A pointer in C is a reference to a memory location in your computer. Pointer can be of type int or string, and depending on how you use it you can change the refence. Now, here is how you can use Integers with Pointers:
|
||||||||
|
||||||||
See other Scripts in Pointers |
Submit Your Scripts: |
If you would like to have your C scripts published in this section please fill out the form below: |