How to insert an element at 0th index of an array except to shift all the elements one by one with increasing one size. Please suggest me another approach
Its an logic building problem and I am expecting a better code than mine
How to insert an element at 0th index of an array except to shift all the elements one by one with increasing one size. Please suggest me another approach
Its an logic building problem and I am expecting a better code than mine