diff --git a/src/lab/exp1/Quizzes.html b/src/lab/exp1/Quizzes.html index 86db3d4..8281364 100644 --- a/src/lab/exp1/Quizzes.html +++ b/src/lab/exp1/Quizzes.html @@ -180,10 +180,10 @@

Expression Evaluation

Assume a='E' , b='5' and c='?' are char type variables for the following questions

  • Calculate b-2
  • -'C'
    -'A'
    +3
    +'C'
    'c'
    -'a'
    +'b'

  • Calculate b+c
  • 't'
    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

  • Calculate b-2
  • - 'C'
    + 3

  • Calculate b+c
  • 't'
    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: