A C-string is terminated with ____.

A. the newline character
B. the null character
C. a square bracket
D. a semicolon


Answer: B

Computer Science & Information Technology

You might also like to view...

______ are simply names that reference objects.

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

Computer Science & Information Technology

The memory manager supports ________ to allow it to scale from desktop computers and workstations to servers and supercomputers

a) 32-bit addresses b) 64-bit addresses c) nonuniform memory access architecture d) all of the above

Computer Science & Information Technology

A totals query calculates ________

A) subtotals across groups of records B) subtotals across a range of fields C) subtotals that meet specific criteria D) dynamic data in a field

Computer Science & Information Technology

JavaScript has a built-in method, ____, that takes a character as an argument and returns the position in a string where the character occurs or -1 if the character isn't found.

A. isNaN() B. indexOf() C. isNumeric(str) D. length(str)

Computer Science & Information Technology