Can you please provide the code for finding mod of two large number represented as string

Can you please provide the code for finding mod of two large number represented as string.ex
fn(string str1,string string) --> returns str1 % str2

@sahazeer123 here is code:

1 Like

Thank you.But can you please share the code when second parameter also is string(a large number) please provide the code.

@sahazeer123 hey check this article:https://www.geeksforgeeks.org/divide-large-number-represented-string/,we have used school based division and find the answer ,in these cases you have to apply school based division and find ans with implementation.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.