C Programming Fundamentals

Casual Mode - Take your time!

1 / 5
Correct
0
Incorrect
0
Score
0%
Multiple Choice

What will be the result of the following expression in C?
x=strcmpi(&&ABC&&,&&abc&&);
printf(&&x=%d&&,x);

  1. x=1
  2. x=0
  3. x=2
  4. x=3
  5. none of these
Change Mode