📚 Practice Mode

C Programming Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 5
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