Question 10 / 79:  To write character array

char mystr[50] = "string" , i = 0;

A  len = strlen (mystr); for ( i = 0 ; i < len ; i++ ) putch(mystr [i] );
B  for ( i = 0 ; i < 50 ; i++ ) putch(mystr [i] );
C  Both correct
<< First < Previous Flashcard Next > Last >>
Quiz Home Page
Ask
Brooke Delaney
Start Exam
Carly Allen
Start Quiz
Vanessa Soledad
Start Exam
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>