Click here to Skip to main content
15,902,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have try but without any result T__T

this is the program please help me it's really urgent.

Write a C function that given a list of integers associated with pointers and an integer A, removes all list items whose value is divisible by A . Items removed from the list of entry must go to form a new list maintaining the order that the values were in the original list (to do this operation the first element removed from the list should be attached to the result list without deallocate and reallocate memory) . pointer to this list should be returned as the result of the function.
Posted

1 solution

We don't do people's homework assignments for them. However, if you have a problem, show us the code you're having trouble with, and you just might get answers.
 
Share this answer
 
v2
Comments
LastBanKai 26-Jun-10 11:02am    
i'm sorry you right i'll post my code as soon as possible.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900