Multiple choice technology programming languages x=strcomp("abc","abc") x=???? 0 1 2 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.