Skip to main content

All Questions

Tagged with
-1 votes
2 answers
1k views

How does a dynamic array access work?

In C if i declare int x[4] Which tells me its an integer array with each array element size fixed of size 4. So after initialization when I access x[3] : address of array +element size which is 2 * ...
Mohan Pierce's user avatar