Posts by Mateus Vinicius • 23 points
1 post
-
2
votes2
answers455
viewsQ: Calculate memory address by pointer arithmetic
Suppose the elements of the vector v are of the type int and each int takes 8 bytes on your computer. If the address of v[0] is 55000, what is the value of the expression v + 3?…