int* ArrayCreate(void) { int arr[10] = {1,2,3,4,5,6}; return arr; }
struct ten_ints { int ints[10]; };
ten_ints z; return z;
int ints[]
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)