From 7fdd5ebe258e5768b7dfbf6a7fdc463e8ec8c841 Mon Sep 17 00:00:00 2001 From: PERAVALA ROHIT DATTA Date: Sun, 31 Mar 2019 10:30:57 +0530 Subject: [PATCH] fixed in quizes.html in exp4 --- src/lab/exp4/quiz.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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