Remainder When Divided By 11 Problem Statement
Determine the remainder when a given number, 'N' in the form of a string, is divided by 11.
Input:
The first line contains an integer 'T' denoting the number of test cases.
Each test case consists of a single line containing the number 'N' as a string.
Output:
For each test case, print an integer representing the remainder when 'N' is divided by 11.
Example:
Input:
T = 1
N = '1234567890'
Output:
3
Constraints:
- 1 ≤ T ≤ 5
- 1 ≤ length of N ≤ 106
Note:
The number N can be very large.

AnswerBot
4mo
Find the remainder when a given number is divided by 11.
Convert the given number 'N' from string to integer.
Use the property that the remainder when a number is divided by 11 is the same as the remain...read more
Help your peers!
Add answer anonymously...
Raja Software Labs Software Developer Intern interview questions & answers
A Software Developer Intern was asked Q. Fibonacci Membership Check Given an integer N, determine if it is a member of th...read more
A Software Developer Intern was asked Q. String Palindrome Verification Given a string, your task is to determine if it i...read more
A Software Developer Intern was asked Q. Selection Sort Algorithm Selection sort is a sorting technique that works by rep...read more
Popular interview questions of Software Developer Intern
A Software Developer Intern was asked Q1. Fibonacci Membership Check Given an integer N, determine if it is a member of th...read more
A Software Developer Intern was asked Q2. String Palindrome Verification Given a string, your task is to determine if it i...read more
A Software Developer Intern was asked Q3. Selection Sort Algorithm Selection sort is a sorting technique that works by rep...read more
>
Raja Software Labs Software Developer Intern Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

