[Solved] how to store negative floating-point numbers in C

[ad_1]

It seems you have your terminology mixed up. What you’re calling “signed” numbers are actually called fractional numbers.

So what you’re really asking for is a datatype that hold values that are both fractional and negative. The double type can do just that.

[ad_2]

solved how to store negative floating-point numbers in C