News

What is the advantage of using zero-length arrays in C? This question was originally answered on Quora by Robert Love.
Passing a dynamic array to a method is no different than passing a static array, but the dynamic array must have been created by MAKEARRAY, REDIM, COPYARRAY, or an assignment statement.