Skip to content

Commit 9839af9

Browse files
Update README.md
1 parent fff12e3 commit 9839af9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@ int sumCards( struct Card c1 , struct Card c2 ) {
129129
}
130130
```
131131

132+
* Page 56: Chapter 2 Code Block: hello6.c, line 27
133+
134+
It is:
135+
```
136+
printf( "%s" );
137+
```
138+
It Should be:
139+
```
140+
printf( "%s", aName );
141+
```
142+
132143
**Following is what you need for this book:**
133144
This book is written for two very diverse audiences.
134145
If you're an absolute beginner who only has basic familiarity with operating a computer, this book will help you learn the most fundamental concepts and practices you need to know to become a successful C programmer.
@@ -159,4 +170,4 @@ Throughout that time, he has taught computer applications and programming langua
159170
### Download a free PDF
160171

161172
<i>If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.<br>Simply click on the link to claim your free PDF.</i>
162-
<p align="center"> <a href="https://packt.link/free-ebook/9781789349917">https://packt.link/free-ebook/9781789349917 </a> </p>
173+
<p align="center"> <a href="https://packt.link/free-ebook/9781789349917">https://packt.link/free-ebook/9781789349917 </a> </p>

0 commit comments

Comments
 (0)