Multiple choice technology programming languages

What is the size for double data type in c#

  1. 1 Byte

  2. 2 Byte

  3. 4 Byte

  4. 8 Byte

  5. 16 Byte

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In C#, the double data type uses 8 bytes of memory to store floating-point numbers with double precision. This is a fixed size determined by the language specification.