WC 1M Post Challenge - You Ready?!

Re: WPC 50K Post Challenge - You Ready?!

someone please help me with arrays,pointers :(
I don't know why I opted computers :\ , I should drop this course and join journalism
 
Re: WPC 50K Post Challenge - You Ready?!

An array is a group of elements of the same type.

type name [elements];

Eg : int shu [6]

Shu array has 6 elements of the int type!
Those are square brackets...