Computer Science, asked by jaikhasa123, 10 months ago

Type B : Application Oriented Questions
(a) What will be the output produced by following code fragments ?
(i) a, b = 2, 3
C, b = a, c + 1
print a, b, c​

Answers

Answered by sumit974961
0

In the above question the values are as follows :

a = 2

b = 1

c = 4

Similar questions