

McqMate
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" |
View all MCQs in
Data Structure and Algorithms (DSA)No comments yet