I need a function that takes as input 2 strings 1 is divident and 2 is the divisor i need this function to return me the remainder of this division string represent binary numbers with regular expression (0|1)* the quotient must be returned via pointer
i want this function to return a string as well
for example char *binremainder(char *divident,char *divisor,char *quotient);
Language Interface Required is ANSI C.
ASAP
thnx in advance
Start Free Trial