Question: Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string. Int intconvert(char *);
Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string.
Int intconvert(char *);
char *Asciiconvert(int *);
For Example: Input char s1[50]=”123”
char s2[50]=”123”
Output=”15129”
Step by Step Solution
There are 3 Steps involved in it
1 include 2 int intconvertchar 3 char ASCIIconvertint 4 void ... View full answer
Get step-by-step solutions from verified subject matter experts
