W What is the output of the following pseudo code ? Int a = 456, b, c, d = 10; b = a/d; c = a-b; print c ? August 28, 2021 1 Min Read 0 2842 August 28, 2021 1 Min Read 0 2842 Answer : B. 411 Recursion and Iteration Editor Continue Reading
A Ashima wants to print a pattern which includes checking and changing a variables value iteratively She decides to use a loop/condition … August 28, 2021 1 Min Read 0 789 August 28, 2021 1 Min Read 0 789 Answer : C. Do-while loop Recursion and Iteration Editor Continue Reading