Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lab/exp4/quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<input name="Q5" type="radio" value="1">a. contigously<br>
<input name="Q5" type="radio" value="2">b. randomly<br>
<br>
<li><b>If the memory address of the first element of an array is 2000, what is the memory address of the 6th emement</b></li>
<li><b>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)</b></li>
<input name="Q6" type="radio" value="1">a. 2020<br>
<input name="Q6" type="radio" value="2">b. 2012<br>
<input name="Q6" type="radio" value="3">c. 2006<br>
Expand Down