Q188
What will be the value of var for the following C statement? var = strcmp("Hello", "World");
A.
-1
AnswerB.
0
C.
1
D.
strcmp has void return-type
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board