0043. Multiply Strings
Description
**Input:** num1 = "2", num2 = "3"
**Output:** "6"**Input:** num1 = "123", num2 = "456"
**Output:** "56088"ac
Last updated
**Input:** num1 = "2", num2 = "3"
**Output:** "6"**Input:** num1 = "123", num2 = "456"
**Output:** "56088"Last updated