1.

a=0
b=6
x=(a&b)|(a&a | a&b)
y=not(x)
print(y)
12.What will be the values of var1 and var2 after the execution of program?

A. 12,648
B. 13,648
C. 13,660
D. 9,72
Answer» D. 9,72


Discussion

No Comment Found