Please do the following in C language (not C++ or C#)!!! Download \"superint.cpp
ID: 3776255 • Letter: P
Question
Please do the following in C language (not C++ or C#)!!!
Download "superint.cpp" and make sure it runs. It should run as given. Then EXTEND this program to support 256-bit superintegers. Test it with various values from 1 to 2 256 1 (0 to 1.1579208923731619542357o98500869e+77). Your new struct will be: a 256 bit (32 byte) integer struct superint char byte[32]; 256 bits l tested this and it turns out that you do not need to completely understand how the program works. You will only have to change a few hard-coded values in some loops. It's easy once you figure out how the data is laid out and get the general idea of what the program is doing.Explanation / Answer
so finally you complting al the digits with iteration and getting the values as above..