Is it possible to make an integer array bigger once the program begins to execute? Explain.

What will be an ideal response?


No, it is not possible. Once an array is created, it is fixed at that size. If you need for a list of values to be able to “grow” as the program executes, use a vector instead.

Computer Science & Information Technology

You might also like to view...

You can find options used to open, save, and print a document in ________

A) Page Break Preview B) Backstage view C) Read Mode D) Print Layout

Computer Science & Information Technology

The ________ in a File Explorer window shows the current location in the folder structure

A) address bar B) Quick Access Toolbar C) library D) Live Preview

Computer Science & Information Technology

Discuss an example for which you would remove a report layout control while modifying a report.

What will be an ideal response?

Computer Science & Information Technology

The ____ function requires a control string as the first argument inside the function name parentheses.

A. sqrt() B. pow() C. scanf() D. log()

Computer Science & Information Technology