Please any help is appreciated but it must be in C Programming and not C++ and J
ID: 3644285 • Letter: P
Question
Please any help is appreciated but it must be in C Programming and not C++ and JavaWrite a complete C programming to add two very large numbers together as follows:
Enter the first number
1999999999999999999999999999999999999999999996667766999999
Enter the second number
888888888888888888888888888888888888888888888888888888888888888888888888
Sum is
Display the total here
Hint you should use Struct and malloc.