A variable whose value cannot be changed after its initial declaration is called a .

a) double
b) constant
c) standard
d) bool


b) constant

Computer Science & Information Technology

You might also like to view...

To delete a control, you can select it on a form and then press the ____________ key on the keyboard.

a. Delete b. Z c. Tab d. X

Computer Science & Information Technology

A Cooltown user squirts the URL of a sound file or a streaming radio station to an Internet radio. Suggest a modification to the eSquirt protocol that would enable the user to control the volume from their portable device. Hint: consider what extra data the squirting device should provide.

What will be an ideal response?

Computer Science & Information Technology

Write code to fill this array with 10 numbers typed in at the keyboard.

Your program creates a dynamically allocated array as follows: ``` int *entry; entry = new int[10]; ``` so that the pointer variable entry is pointing to the dynamically allocated array.

Computer Science & Information Technology

A(n) ____________________ is a standard for sending and receiving data.

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

Computer Science & Information Technology