Created: 2023-01-11 12:18
Status: #concept
Subject: Programming
Tags: C C Data Type Float

Double

We can think of Doubles as Long Float numbers because they use 8 Bytes instead of 4, similar to the behavior of Integer and long Integers.

References