diff --git a/ex11/ex11.c b/ex11/ex11.c index ed70f6d..c41c56f 100644 --- a/ex11/ex11.c +++ b/ex11/ex11.c @@ -3,7 +3,7 @@ int main(int argc, char *argv[]) { int numbers[4] = { 0 }; - char name[4] = { 'a', 'a', 'a', 'a' }; + char name[4] = { 'a' }; // first, print them out raw printf("numbers: %d %d %d %d\n",