tolower() is a ____ function.

A. string conversion
B. character library
C. string library
D. string


Answer: B

Computer Science & Information Technology

You might also like to view...

The notation vector means that the vector is

a. an array b. a template class c. primitive data type d. all of the above

Computer Science & Information Technology

____________________ review helps the business get on the same page with developers on any matter of importance.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Why does the output give a hexadecimal address? grades[5] = {94, 97, 90, 85, 82}; cout<

A. Because it is the value of the pointer to the first element of the array. B. Because I told it to. C. Because this statement will write out all values of the array. D. Because the answer is

Computer Science & Information Technology

If the values in A1 is "MCQ" and B1 is "Questions", which function will return "MCQ@Questions" in cell C1? Select one:

a. =A1 $ "@" $ B1 b. =A1 # "@" # B1 c. =A1 & "@" & B1 d. =A1 + "@" + B1

Computer Science & Information Technology