Multiple choice technology programming languages What is the size for double data type in c# 1 Byte 2 Byte 4 Byte 8 Byte 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.