Write a complete C programming to add two very large numbers together as follows
ID: 3644140 • Letter: W
Question
Write 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.