#include #include struct _complex c = { -3.0, 4.0 }; void main() { printf( "%f\n", cabs( c ) ); }