Kizspy Question: 34
(Choose 1 answer)
FUOVERF.JM.com
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