The concatenation operator is ____.
A. =
B. #
C. +
D. *
Answer: C
You might also like to view...
Answer the following statements true (T) or false (F)
1. It is legal to replace the prototype double totalCost(int numberParam, double priceParam); with the more terse, alternate form double totalCost(int, double); 2. In C++ Boolean value are represented only with the int values 0 for false and 1 for true. 3. Extensive use of global variables is a satisfactory replacement for the difficulties of parameter passing with functions. 4. A variable declared outside any function is said to be a local variable.
No matter how thoroughly you test an application, chances are it still will contain some errors, called ____.
A. mosquitoes B. bugs C. hoppers D. problems
Match each item with a statement below.
A. The GNOME file manager. B. Scans for and filters junk mail. C. A software container with its own OS, IP address, and applications. D. Used to digitally sign and encrypt e-mails. E. An archive file containing the contents of a CD or DVD. F. The e-mail software included with GNOME. G. The password encryption used in openSUSE. H. The default KDE file manager. I. A virtual screen on the Linux desktop.
In Access, the rows in a table are called records.
Answer the following statement true (T) or false (F)