-'A'
+3
+'C'
'c'
-'a'
+'b'
diff --git a/src/lab/exp1/quizresults.php b/src/lab/exp1/quizresults.php index ef66357..77f7a85 100644 --- a/src/lab/exp1/quizresults.php +++ b/src/lab/exp1/quizresults.php @@ -165,7 +165,7 @@
Assume a='E' , b='5' and c='?' are char type variables for the following questions
+ 3
diff --git a/src/lab/exp6/Quizzes.html b/src/lab/exp6/Quizzes.html index 001abda..2b4e3bd 100644 --- a/src/lab/exp6/Quizzes.html +++ b/src/lab/exp6/Quizzes.html @@ -135,7 +135,7 @@
Recursion
a. 20 40 60 80 60 40 20
b. 80 60 40 20
-c. 20 40 60 80 80 60 40 20
+c. 20 40 80 80 80 40 20
d. 20 40 60 80
What will be the ouptut of the following function call: fun3(100); where fun3 is defined as:
b. 80 60 40 20
-c. 20 40 60 80 80 60 40 20
+c. 20 40 80 80 80 40 20
d. 20 40 60 80