You connect or link strings using the ____ operator, which is the ampersand (&).

A. join
B. connect
C. concatenation
D. link


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is an error:

a) referencing a private attribute of a class in a member function b) failing to include the .cpp file c) calling a member function without the dot notation outside the class d) putting a semicolon after the class definition

Computer Science & Information Technology

Which of the following is not a name for a big O run time?

a. Constant run time. b.Variable run time. c. Linear run time. d. Quadratic run time.

Computer Science & Information Technology

What is the output of the following statement?System.out.printf("%.2f", 48.9);

A. 48.00 B. 48.90 C. 49 D. 49.00

Computer Science & Information Technology

The secret to dealing with failures is to avoid a __________.

A. vulnerability test B. single point of failure C. fail open D. fail close

Computer Science & Information Technology