Vidyalelo
C Programming · Q188

File Input Output

Programming · C Programming · question 188

Q188

What will be the value of var for the following C statement? var = strcmp("Hello", "World");

A.
-1
Answer
B.
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