What is the difference between static and dynamic allocation?
What will be an ideal response?
Memory for statically allocated variables is allocated at compilation time; therefore, memory requirements for statically allocated variables are not affected by the execution of the program. Memory for dynamically allocated variables is allocated during execution time.
Computer Science & Information Technology
You might also like to view...
What is the function Application.LoadLevel() used for?
What will be an ideal response?
Computer Science & Information Technology
If a storage pool is configured as if it has more virtual storage than the physical drives actually offer, what feature is being used?
A. thick provisioning B. thin provisioning C. explicit zeroing D. implicit zeroing
Computer Science & Information Technology