
Admin
Helpdice Team
What is the explanation for the cyclic nature of data types in C?
<p>Some of the data types in C have special characteristic nature when a developer assigns value beyond the range of the data type. There will be no compiler error and the value changes according to a cyclic order. This is called cyclic nature. Char, int, long int data types have this property. Further float, double and long double data types do not have this property.</p>
Related QNA's
- Explain Raspberry Pi ?...1 day ago