What is the value of the expression that follows?

```
strcmp(“dog”, “Dog”);
```
a. -1
b. 0
c. 1
d. ‘\0’
e. none of the above

C

Computer Science & Information Technology

You might also like to view...

A product can be in many different orders and each order can have many products in inventory. This is an example of a(n) ________ relationship

A) many-to-one B) one-to-many C) one-to-one D) You cannot create this type of relationship without a junction table.

Computer Science & Information Technology

What technique do you use to insert a tab character inside a cell?

What will be an ideal response?

Computer Science & Information Technology