Chapter 8 C Characters and Strings Created by
Sign up to view full document!
SIGN UP

Chapter 8 �C Characters and Strings Created by : nouf almunyif 1
![String definitions (1) � Define as an array of character � char str 1[] String definitions (1) � Define as an array of character � char str 1[]](http://slidetodoc.com/presentation_image_h2/cf5823216d8b4c47590f9dfb5983f72a/image-2.jpg)
String definitions (1) � Define as an array of character � char str 1[] = "hello world"; � char str 2[6] = "world"; � char str 3[] = { 'f', 'i', 'r', 's', 't', '