📚 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);
- x=1
- x=0
- x=2
- x=3
- none of these