What will be the output of the following program on execution?
2=0
b=5
x=(a&b) (a&a) ab)
print("x")
Answers
Answered by
0
Answer:
Infinite loop
Description : There is no condition in the main() to stop the recursive calling of the main() hence it will be called infinite no of times.
Explanation:
Infinite loop
Description : There is no condition in the main() to stop the recursive calling of the main() hence it will be called infinite no of times.
please like and follow my channel
Similar questions