हिंदी

With reference to the code given below, answer the questions that follow along with dry run / working.boolean num(int x) - Computer Science (Theory)

Advertisements
Advertisements

प्रश्न

With reference to the code given below, answer the questions that follow along with dry run/working.boolean num(int x)

{ int a=1}
   for (int c=x; c>0; c/<10}
      a*=10;
   return (x*x%a)=x;
}
  1. What will the function num() return when the value of x = 25?
  2. What is the method num() performing?
संक्षेप में उत्तर

उत्तर

  1. True
  2. The function num( ) is checking whether the argument received is an automorphic number or not.

Explanation:

The function num() gets a number as the input x. Using the while loop, it then determines the amount of digits, say 'n' in the number. It then gets the last n digits of the square of x. If they match, it returns true.

(This is a test for an automorphic number. An automorphic number is one that is found at the end of its square. Example: 25)

shaalaa.com
Basic Theorems of Boolean Algebra (Eg. Duality, Idempotence, Commutativity, Associativity, Distributivity, Operations with 0 and 1, Complements, Absorption, Involution)
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2022-2023 (March) Official
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×