diff --git a/src/lab/exp4/quiz.html b/src/lab/exp4/quiz.html index d6e6db68..b492f55a 100644 --- a/src/lab/exp4/quiz.html +++ b/src/lab/exp4/quiz.html @@ -85,7 +85,7 @@ a. contigously
b. randomly

-
  • If the memory address of the first element of an array is 2000, what is the memory address of the 6th emement
  • +
  • If the memory address of the first element of an array is 2000, what is the memory address of the 6th emement (data type is int)
  • a. 2020
    b. 2012
    c. 2006