Perhaps incorrectly fixing another format sequence warning

This commit is contained in:
Dan Buch 2012-02-11 13:26:39 -05:00
parent 1f224f98ef
commit bb0ac185fe

2
ex9.c
View File

@ -30,7 +30,7 @@ int main(int argc, char *argv[])
printf("%d\n", name[2]); printf("%d\n", name[2]);
printf("%d\n", name[3]); printf("%d\n", name[3]);
printf("name as int=%d\n", (int)name); printf("name as int=%d\n", (int)*name);
printf("numbers: %d %d %d %d\n", printf("numbers: %d %d %d %d\n",
numbers[0], numbers[1], numbers[0], numbers[1],