2010年1月30日 星期六

C Programming for Beginners - Arrays and Pointers

In this tutorial I will show you the several different ways to create and set values to arrays as well as manipulating arrays through loops.



---------------------------------------------------------------------------------------

In this lecture I will teach you the basics of pointers. Remember that & is used to point to variables native to that function, and * is used for accepting these variables.