Array Is An Example Of Which Type Memory Allocation
Answers
Answered by
5
Answer:
hiii
your answer is here !
Explanation:
If the array is a character array, then its elements will occupy 1 byte of memory each. If it is a float array then its elements will occupy 8 bytes of memory each. But this is not the total size or memory allocated for the array. They are the sizes of individual elements in the array.
follow me !
Answered by
0
Array is an example of compile type memory allocation.
- Array is a datatype in C Programming language.
- Array means contiguous memory which exists in any memory section, either it may be data, stack or heap.
- Array is a group of integer, which will be saved as single integer in a row.
- Array elements are stored in segments called heap, data and stack.
- Size of an array is known as Compile time.
Similar questions