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

1. The C++ operator * means “the address of”.
2. For each array created, the array name becomes the name of the pointer constant the compiler creates for the array.
3. As each variable is defined in a program, sufficient storage for it is assigned from a pool of computer memory locations made available to the compiler.
4. The delete operator alters the address passed to it.
5. Addresses cannot be incremented or decremented.


1. False
2. True
3. True
4. False
5. False

Computer Science & Information Technology

You might also like to view...

Like a(n) __________, a recursive module must have some way to control the number of times it repeats.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The heap sort method has a worst-case complexity function that is in

A) O(log n) B) O(n) C) O(n2) D) O(n log n)

Computer Science & Information Technology

What RPC service provides coordination between the client and the correct port number to communicate with the requested RPC service?

A. rpc.nfsd B. rpc.mountd C. portmapper D. rpc.statd

Computer Science & Information Technology

________ are text, buttons, pictures, or other objects that, when clicked, access other sections of the current file, or another file, or a webpage

Fill in the blank(s) with correct word

Computer Science & Information Technology