Question 54 / 79:  to concatenate two strings into third string, given :

char s1[30] = "hi", s2[20] = "world", s3[10];

A  s3 = s1 + s2;
B  strcpy(s3,s1); strcat(s3,s2);
C  s3 = strcat(s1,s2);
<< First < Previous Flashcard Next > Last >>
Quiz Home Page
Ask
Dravida Mahadeo-J...
Start Quiz
Rylee Minllic
Start Quiz
Jordon Humphreys
Start Quiz
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/c-certification-questions" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>