Say We Have Two Compare Two Strings Which Of The Following #153
Say we have two compare two strings which of the following function/functions can you use?</p> <pre><code class="language-text"> i) strcmp() ii) strcasecmp() iii) strspn() iv) strcspn()</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs107 PHP: Hypertext Preprocessor.
It can also be found in
gs gs107 Strings and Regular Expressions - PHP Strings & Regular Expressions - Quiz No.2.
Say we have two compare two strings which of the following function/functions can you use?
i) strcmp() ii) strcasecmp() iii) strspn() iv) strcspn()
i) and ii)
iii) and iv)
only i)
i), ii), iii) and iv)