What is the printout of the following code?

```
char s2[7] = "Dallas";
char s1[14] = "Dallas";
strcat(s1, s2);
cout << s1;
```

a. Dallas
b. DD
c. DallasDallas
d. D


c. DallasDallas

Computer Science & Information Technology

You might also like to view...

What are some techniques you might use to obtain an accurate evaluation?

What will be an ideal response?

Computer Science & Information Technology

________ is a social networking site designed for professionals to interact with their colleagues

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can overload methods correctly by providing different parameter lists for methods with the same name.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The code for the page background color is located in the ____________________ section.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology