Kizspy | Question: 31
(Choose 1 answer)
FUSWERA.JM Low
What is the value of variable a after executing the following lines of codes:
int a = 0;
char line 1] = "Hi";
char line20
"Hello";
a = strcmp(line1, line2);
A. 0
B. A positive value
C. A negative value
D. NAN