Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

Array #49

Closed Manikant25 closed 4 years ago

Manikant25 commented 4 years ago

Increase Size of an array

This is an indirect way to increase the size of array

Fixes: # (issue)

No change

Checklist:

Manikant25 commented 4 years ago

How do I remove old commits to this PR?

sakshamarora1 commented 4 years ago

@Manikant25 This happens when you create a new branch while you're on a previous feature branch. To avoid this, you should always switch your branch back to master, update the master to the latest and then branch out to a new feature branch.