Skip to content

Commit 3488c23

Browse files
committed
Update Readme
1 parent 74d168b commit 3488c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

15-challenge.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
/*
11-
* Challenge 16 : Create an application to read input from the keyboard until
11+
* Challenge 15 : Create an application to read input from the keyboard until
1212
* the user types a 'q' (quit) on a single line followed by return. Store the user's input
1313
* into a dynamically allocated character array. After the user enters 'q' to quit, print
1414
* statistics about the input to the screen. Print the size of input, size of storage array,

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you want a comprehensive journey through basic programming, here is a list of
5656
- Challenge Solution [14-challenge.c](./14-challenge.c)
5757
15. [Dynamic Memory](https://youtu.be/zesiwnKVkW8)
5858
- Program [15-structures.c](./15-dynamic-memory.c)
59-
- [15-Program Challenge Solution Explained]()
59+
- [15-Program Challenge Solution Explained](https://youtu.be/DPTuzLZuf_c)
6060
- Challenge Solution [15-challenge.c](./15-challenge.c)
6161

6262

0 commit comments

Comments
 (0)