code for c o store very big number, computer use arrays of integer with each integer representing a digit of the big num

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

code for c o store very big number, computer use arrays of integer with each integer representing a digit of the big num

Post by answerhappygod »

code for c
o store very big number, computer use arrays of integer with
each integer representing a digit of the big number. Write a
function void subtractBigNumber(int
n1[], int n2[], int result[], int
sizeNumbers) which will
subtract n2 from n1 and
store the answer in result.
No change must be made
on n1 and n2. Do
not take care of negative big numbers.
You will also need to write a print_array function similar to
that used in lab 10.
For example:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply