If the memory address of the first element of an array is 2000, what is the memory address of the 6th emement?
Expected question(or ways to make the question less ambiguous):
Mention the size of each element as 4 bytes (or mention them to be integers), so the question would look like:
Given an array consisting of integers (size of each element: 4 bytes), if the memory address of the first element is 2000, what is the memory address of the 6th element?
Defect description: Q6 is not clear enough
Steps to reproduce the issue : Go to the quiz page(link: http://cse02-iiith.vlabs.ac.in/exp4/quiz.html) and read the question number 6.
Actual question(asked on the page):
Expected question(or ways to make the question less ambiguous): Mention the size of each element as 4 bytes (or mention them to be integers), so the question would look like: