A. 1 B. 2 C. 3 D. 4
A. int a[]= "hello" B. int a[5]={0,1,2,3,4,5} C. char s[]= "hello" D. char s[5]={0,1,2,3,4,5}
A. cd\0e B. cde C. cd D. cd\0e\0