Ravi and Rupali are asked to write a program to sum the rows of 2X2 matrices stored in the array A..? By Editor No Comment Answer : B. Code b will execute faster than a
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