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[] = "hello world"; � char str 2[6] = "world"; � char str 3[] = { 'f', 'i', 'r', 's', 't', '