#include int main(int argc, char **argv) { char arrray[0] = ""; printf("Zere-sized array with Size[%lu].\n", sizeof(arrray)); return 0; }