How to add user-defined functions to the library in Codeblocks.....????
#include <stdio.h> #include <stdlib.h> main( ) { float a, b ; printf ( "\nEnter any number " ) ; scanf ( "%f", &a ) ; b = square ( a ) ; printf (...
Separate names with a comma.