If you have the following variable declaration in your program,

const int SIZE=34;
then which of the following statements are legal?
a. SIZE ++;
b. x = SIZE--;
c. cout << SIZE;
d. cin >> SIZE;

c. cout << SIZE;

Computer Science & Information Technology

You might also like to view...

The ________ writing style uses the term References for the list of references

Fill in the blank(s) with correct word

Computer Science & Information Technology

Illustrate how an investigator would detect whether a suspect's drive contains hidden partitions.

What will be an ideal response?

Computer Science & Information Technology