Сделал 15 Задание с массивами
This commit is contained in:
parent
632a718df1
commit
427a6611df
9 changed files with 112 additions and 0 deletions
BIN
13Ex/a.exe
BIN
13Ex/a.exe
Binary file not shown.
|
|
@ -13,5 +13,7 @@ int main(void) {
|
|||
if (equal(numbers)) printf("They are different");
|
||||
else printf("They are the same");
|
||||
|
||||
free(numbers);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue