News

When you pass an array as a function parameter, what you are really passing is a pointer value (this is why you don't need to use the & operator when using scanf() on string buffers, for example).