The decrement operator is ____.

A. --
B. ++
C. /
D. !=

Answer: A

Computer Science & Information Technology

You might also like to view...

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

1) File TNSNAMES.ORA contains the names of default roles and initial users. 2) Three major areas of Oracle architecture are SGA, background processes and physical storage structures. 3) A user needs CONNECT and RESOURCE roles to create a table in own schema. 4) The replication method uses separate databases by duplicating the entire implementation of a database on multiple computer systems. 5) The hot standby database method uses only one database at a time, and the other standby copy is in recover mode at all times.

Computer Science & Information Technology

You can use the _________ function to move the file pointer for input.

A. stream.seekp(length); B. stream.tellg(); C. stream.tellp(); D. stream.seekg(length);

Computer Science & Information Technology