Introduction to C Standard Library and Math Functions
Programming in C can be a lot more effective and cleaner if you use the C Standard Library. Rather than coding all the logic on your own, you can just include the files of a library that already has functions for math, input/output, string manipulation, memory management, and many other things.