Aug2016 cs Q11

0. Given i= 0, j = 1, k = – 1 x = 0.5, y = 0.0 What is the output of given ā€˜C’ expression ? x * 3 & & 3 || j | k

  • Option : C
  • Explanation :
    According to given data:
    x * 3 && 3 || j | k
    = 1.5 && 3 || j | k
    = 1 || j |k
    = 1
    So, option (C) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *