What is the output of the following pseudo code ? Int a = 456, b, c, d = 10; b = a/d; c = a-b; print c ? By Editor No Comment Answer : B. 411
Ashima wants to print a pattern which includes checking and changing a variables value iteratively She decides to use a loop/condition … By Editor No Comment Answer : C. Do-while loop