Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions src/lab/exp1/Quizzes.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ <h1 class="text-h2-lightblue">Expression Evaluation</h1><div class="content" id=
<br>
<b>Assume a='E' , b='5' and c='?' are char type variables for the following questions</b><br><br>
<li><b>Calculate b-2</b></li>
<input name="Q14" type="radio" value="1">'C'<br>
<input name="Q14" type="radio" value="2">'A'<br>
<input name="Q14" type="radio" value="1">3<br>
<input name="Q14" type="radio" value="2">'C'<br>
<input name="Q14" type="radio" value="3">'c'<br>
<input name="Q14" type="radio" value="4">'a'<br>
<input name="Q14" type="radio" value="4">'b'<br>
<br>
<li><b>Calculate b+c</b></li>
<input name="Q15" type="radio" value="1">'t'<br>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp1/quizresults.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<br>
<b>Assume a='E' , b='5' and c='?' are char type variables for the following questions</b><br><br>
<li><b>Calculate b-2</b></li>
'C'<br>
3<br>
<br>
<li><b>Calculate b+c</b></li>
't'<br>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp6/Quizzes.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1 class="text-h2-lightblue">Recursion</h1><div class="content" id="experiment-
</pre>
<input name="Q3" type="radio" value="1">a. 20 40 60 80 60 40 20<br>
<input name="Q3" type="radio" value="2">b. 80 60 40 20<br>
<input name="Q3" type="radio" value="3">c. 20 40 60 80 80 60 40 20<br>
<input name="Q3" type="radio" value="3">c. 20 40 80 80 80 40 20<br>
<input name="Q3" type="radio" value="4">d. 20 40 60 80<br>
<br>
<li><b>What will be the ouptut of the following function call: fun3(100); where fun3 is defined as: </b> </li>
Expand Down