Built-in functions in C

1 answer

Answer

1196055

2026-04-21 15:15

+ Follow

You can have #include after Stdio.h ...it has so many built in mathematical functions like CIRCULAR FUNCTIONS, ABSOLUTE VALUE and more..

Sadly, built-in functions and library functions are different things... there are no built-in functions in C (except for sizeof, which isn't an actual function).

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.