Сделал 15 Задание с массивами

This commit is contained in:
AZEN-SGG 2024-10-07 16:04:27 +03:00
parent 632a718df1
commit 427a6611df
9 changed files with 112 additions and 0 deletions

Binary file not shown.

View file

@ -13,5 +13,7 @@ int main(void) {
if (equal(numbers)) printf("They are different");
else printf("They are the same");
free(numbers);
return 0;
}