Autodesk interview question

Write code about string multiplication

Interview Answer

Anonymous

4 June 2024

Discussed the approach and then start coding by breaking the one number in digit form and then do the multiplication one by one as the string is very large. The way we do in our schools.