Are the following two declarations the same
```
char city[] = {'D', 'a', 'l', 'l', 'a', 's'};
char city[] = "Dallas";
```
A. yes
B. no
B. no
Computer Science & Information Technology
You might also like to view...
A theme applies only a font color to the report
Indicate whether the statement is true or false
Computer Science & Information Technology
Objects created in other programs cannot be inserted into Word documents
Indicate whether the statement is true or false
Computer Science & Information Technology