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);
- x=1
- x=0
- x=2
- x=3
- none of these
Casual Mode - Take your time!
What will be the result of the following expression in C?
x=strcmpi(&&ABC&&,&&abc&&);
printf(&&x=%d&&,x);