Multiple choice technology programming languages

x=strcomp("abc","abc") x=????

  1. 0

  2. 1

  3. 2

  4. 3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

StrComp returns 0 for identical strings. This is the same concept as question 163127 - case-insensitive or insensitive comparison of equal strings yields 0.