From 0bffcf2c02c7b0a3b5aa3cc52259ad0882c59c60 Mon Sep 17 00:00:00 2001 From: maheshmylavarapu0057 Date: Thu, 28 Mar 2019 17:40:54 +0530 Subject: [PATCH] fixed id #157 quiz question expr evaluation que 14 --- src/lab/exp1/Quizzes.html | 6 +++--- src/lab/exp1/quizresults.php | 2 +- src/lab/exp6/Quizzes.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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: