Computer Science, asked by jagdishsamant8117, 6 months ago

Find out the output of the following code

a = True

b False

C = False

if not a or b:

print 1

elif not a or not b and c:

print 2

elif not a or bor not band

else:

print 3

print 4​

options

1

2

3

4

Answers

Answered by Jiveshvarraj
0

Answer:

Consider the min-heap [13, 24, 32, 32, 41, 38, 50, 48, 40] built by repeatedly inserting values into an empty heap. Suppose the last value inserted was 24. What was the heap structure before this value was inserted

Similar questions