yuneek99 yuneek99
  • 02-09-2020
  • Computers and Technology
contestada

You have an array of integers: int myints[10]; and the address of the first integer is be4350. What is the address of myints[1]? myints[2]?

Respuesta :

tonb
tonb tonb
  • 02-09-2020

Answer:

&myints[1] == 0xbe4354

&myints[2] == 0xbe4358

Explanation:

Assuming that sizeof(int) == 4, add 4 bytes for every array element.

Answer Link

Otras preguntas

help please and thanks! :)​
Parallelograms (5x+4). 59
BIG TRIVIA QUESTION Make a timeline of the Roman Empire.
how do you solve this problem step by step y=x+3 y=x-1
Please help with this question
Factor this polynomial expression 10x^2-7x-12
15. As we rushed out of the theater to meet our parents, both Tyrone and I said that we could hardly wait to see the sequel. Simple O Compound O Complex Compoun
Write the missing term in the pair of equivalent ratios. 63:90 = 14: ___ Please help I will reward brainliest
Which option led to the start of World War I? * O A declining spirit of nationalism within European countries O Imperialistic efforts by European countries O Ag
This property says you can write 3 x (4 + 5) as (3 x 4) + (3 x 5).