A descending sort organizes a list of numeric data in lowest to highest order
Indicate whether the statement is true or false
FALSE
Computer Science & Information Technology
You might also like to view...
Answer the following questions true (T) or false (F)
1. The C-string library function strcmp compares two strings for equal length. 2. To get a complete line of 70 or so character into a C-string is as simple as declaring a long enough C-string and then using the >> operator to extract the line from the input.
Computer Science & Information Technology
A ____ object is a temporary cache storage for data retrieved from a data source.
A. Database B. DataSet C. DataSource D. DataRecord
Computer Science & Information Technology