Computer Science, asked by kanchan4416, 1 year ago

find the output of the following program

Attachments:

Answers

Answered by smiriti007
1

A is 10

B = A

so B is also 10

C = A + B

C = 10 + 10

C = 20

Output is 20

Similar questions