What allocation do you prefer?
Like in “C” programming language, there are two types of allocation, just as we have it in life.
The one that is given to you by nature (automatic allocation),
The one you request/demand from nature (dynamic allocation).
Like in ‘C’ we always hav...
chelot.hashnode.dev1 min read