aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/ask/lista 1/rozw.c
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/ask/lista 1/rozw.c')
-rw-r--r--Semestr 4/ask/lista 1/rozw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Semestr 4/ask/lista 1/rozw.c b/Semestr 4/ask/lista 1/rozw.c
index f9f3cf4..0b4c208 100644
--- a/Semestr 4/ask/lista 1/rozw.c
+++ b/Semestr 4/ask/lista 1/rozw.c
@@ -211,4 +211,7 @@ int main() {
printf("%hhd ", t2[i]);
printf("\n");
+ i = 3;
+ t1[i++] = i;
+ printf("%hhd\n", t1[i-1]);
} \ No newline at end of file