79725722

Date: 2025-08-05 07:16:17
Score: 2
Natty:
Report link

if you are asking if the memory space is in order then yes , it will be in contiguous memory and the elements will be accessible if you know the size of an element . example if the vector is of int type and you want the element then multiply the index with the 4 bytes (int) and added it to the base address and you will find the element.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shreyas Bhat