
December 15th, 2006, 10:04 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 1
Time spent in forums: 2 m 32 sec
Reputation Power: 0
|
|
|
C or C++ programming help
can someone please help me with this
Assume a machine that supports only 3 digits integers. using any list representation, write a function prod. The function accepts pointers to two long positive integers and returns a pointer to an integer representing the product. prod function also uses the addint funtion to add the lists after multiplying across.
also write an auxiliry function print. this fucntion accepts a pointer to an integer and prints the integer in usual "comma" format (eg., 123,456,789).
use the program to calculate the following:
1. 456 789 324 876 X 158 741 983 627
2. 358 741 909 316 X 274 623
3. 521 968 532 X 0
4. 50!
thanks
|