C++ is an example of a

a. Machine language
b. High-level language
c. Low-level language
d. Assembly language


b. High-level language

Computer Science & Information Technology

You might also like to view...

Training and awareness both help the organization to respond appropriately to security threats.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. There must be exactly one constructor defined in every class. 2. Once a class is defined, you may use the class as a type specifier. 3. C++ allows the programmer to overload operators for standard C++ data types. 4. The control expression in C++ switch statements may be of type string.

Computer Science & Information Technology

When STP has placed a port in the blocked state, this port ________

A) Will receive and forward data frames only B) Will receive data frames but cannot forward them C) Will forward data frames but cannot receive them D) Cannot receive or forward data frames

Computer Science & Information Technology

When an index is greater than 1, C computes the address corresponding to the index using the following formula: address = pointer + (offset * size of element).

Answer the following statement true (T) or false (F)

Computer Science & Information Technology