Q.

If s1 is "ABC" and s2 is "DEF" then strcat(s1,s2)will give the following result.

A. s1="abcdef" and s2="def"
B. s1="abcdef" and s2="def"
C. s1="abc" and s2="abcdef"
D. s1="abc" and s2="abcdef"
Answer» A. s1="abcdef" and s2="def"
3.8k
0
Do you find this helpful?
24

Discussion

No comments yet