Computer Science, asked by catherinefirma25, 1 year ago

These are functions in C++ that allows varying sizes of arrays.
Select one:
a. Pointers
b. Dynamic Memory Allocation
c. References
d. None of the choices

Answers

Answered by smsrkt
0
references I guess it can be
Answered by mindfulmaisel
0

Pointers are functions in C++ which allows varying sizes of arrays.

Option: (a)

Explanation:

  • There are some problems that are to be raised when declaring fixed array sizes. They are no expansion and exceeding maximum.  
  • To resolve this, dynamic allocation array has been constructed. In order to create a variable that will point an array allocated dynamically, we have to declare it as a pointer to the element type.  
  • A dynamically allocated array can be declared as a pointer. Here we should not use the declaration part of fixed array size.

Learn more about Pointers

Write three pointers for good behaviour that apply in each room of your house. for example kitchen-do not enter with dirty shoes. about more rooms

https://brainly.in/question/1918273

Why were the pointers important to navigators

https://brainly.in/question/1175140

Similar questions