Equivalence between VHDL and C?
There is concept of understanding in C there is structure.Based upon requirement structure provide facility to store collection of various data types.
In VHDL we have direct access to memory so rather than using pointer in C (and member of structure) we can write interface store data in memory and access it.