nerdexam
Zend

200-530 · Question #449

Which of the following functions can be used to compare two strings using a case-insensitive binary algorithm?

The correct answer is C. strcasecmp(). See the full explanation below for the reasoning.

Question

Which of the following functions can be used to compare two strings using a case-insensitive binary algorithm?

Options

  • Astrstr()
  • Bsubstr()
  • Cstrcasecmp()
  • Dstrcmp()

How the community answered

(58 responses)
  • A
    16% (9)
  • B
    2% (1)
  • C
    76% (44)
  • D
    7% (4)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice