You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
+
132
143
**Following is what you need for this book:**
133
144
This book is written for two very diverse audiences.
134
145
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
159
170
### Download a free PDF
160
171
161
172
<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>
0 commit comments