Complete the following statements based on this declaration:
char taste[10] = "delicious";
The value of strlen(taste) is [9] . The null character is the value of [ taste[9] ] .
The value of strcmp(taste, "terrible") is (less than/ greater than/ equal to) zero.
less than
Computer Science & Information Technology
You might also like to view...
Which file property setting will prevent accidental changes to the original file?
A) compress B) archive C) read-only D) encrypt
Computer Science & Information Technology
January 1, 2000 is Day in Excel when computing dates
Indicate whether the statement is true or false
Computer Science & Information Technology