tcs Exam Numerical Ability Number System

-29 % 5 is _____, -29 % -5 is _____

-5, 5
-5, -5
4, 4
-4, 4
5,-5

Read Solution (Total 6)

tcs Other Question

What is the greatest possible positive integer n if 16^n divides (44)^44 without leaving a remainder How many times is the loop executed in the following program? for (i = 0, j = 10; i <= 100; i++){ j = j * i; }