When does the computer know when the decimal starts?

Posted by Separate-Judgment949@reddit | learnprogramming | View on Reddit | 9 comments

Hello, I recently learned about types in the C language like float and double. But I am wondering when and how does the computer know when the decimal starts for those types. Like if we have a number say 250.64 we know the decimal starts between the digit 0 and 6 but how does the computer know?