breaking it by not initializing the name
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int numbers[4] = {0};
|
int numbers[4] = {0};
|
||||||
char name[4] = {'a'};
|
char name[4];
|
||||||
|
|
||||||
printf("numbers: %d %d %d %d\n",
|
printf("numbers: %d %d %d %d\n",
|
||||||
numbers[0], numbers[1],
|
numbers[0], numbers[1],
|
||||||
|
|||||||
Reference in New Issue
Block a user