Pregunta de entrevista de tretton37

- How does the internals of an Array work in C++? - What is the difference between RAM and Stack? - Give an example of a higher-order function? - What is a linked-list?

Respuesta de la entrevista

Anónimo

23 may 2020

An array is an allocated segment of memory in the stack with a reference to the first memory adress space etc. etc.