Answer:
Main Memory (RAM)
Explanation:
This is the memory which is directly accessible to the CPU. It can be called Main Memory, Prime Memory or simply 'Memory'
Answer:
b. False.
Explanation:
Delete function not used to remove data stored on the stack. It is only used to free memory on the heap. The C++ is programming language used to develop operating systems.
Firewall
Dont forget to thanks and give brianliest.
Answer:
A and C are the only <u>legal</u> but unethical options
Answer:
7
Explanation:
Because the q.length is a inbuilt function in the programming which used to get the length of the array. In the array, there are 7 values are store. Therefore, the size 7 store in the variable z.
For example:
int[] array={1,2};
int x = array.length;
the answer of above code is 2, because the elements present in the array is 2.