C programming

Closed
ram - Sep 7, 2015 at 12:22 AM
BunoCS Posts 16550 Status Moderator - Sep 7, 2015 at 03:57 AM
Hello,

if we have to solve the roots in c programming then how to do it?

Related:

1 response

BunoCS Posts 16550 Status Moderator 1,534
Sep 7, 2015 at 03:57 AM
Hello,

First, you have to find the good algorithm.
Then, you just have to transcript it into C.