Multiple choice technology testing

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 when strings are identical. Non-zero values indicate which string sorts before or after the other. This matches standard comparison conventions.