Other contributors have said "What is ststic and dynamic memory of computer?" is the same question as "What is the difference between static memory versus dynamic memory?" If you believe that these are not asking the same thing and should be answered differently, click here

What is the difference between static memory versus dynamic memory?

Answer:

Dynamic memory can be declared at run-time using the new and delete operators (or malloc and free in C), while static memory must be declared at compile-time.

First answer by Robogymnast. Last edit by Robogymnast. Contributor trust: 65 [recommend contributor recommended]. Question popularity: 3 [recommend question].