In C, the size of the data type ________ is platform-dependent.
- char
- double
- int
- long
In C, the size of the data type 'double' is platform-dependent. Different platforms may allocate different memory sizes for 'double' data type.
Loading...
Related Quiz
- An array of structures can be used to represent a collection of ________ that share the same attributes but have different values.
- In C, when an array is passed to a function, is it passed by value or by reference?
- What is the primary purpose of using typedef in C programming?
- What is the primary function of pointers in C?
- How can double pointers be used in dynamic memory allocation in C?