Implementation of Array without Data Structures

Feb 22 2019 8:06 AM
Recently, I had an interview question which I couldn't answer. How to implement array without using any data structures? I tried my best to do it, but I couldn't without using any in-built data structures.
If anyone has an idea how to do this, please help so that I can face the next interview with some confidence.