Home » Blog » What is the explanation for the cyclic nature of data types in C?

What is the explanation for the cyclic nature of data types in C?

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 change according to a cyclic order. This is called cyclic nature and char, int, long int data types have this property. Further float, double and long double data types do not have this property.

This is called cyclic nature and char, int, long int data types have this property. Further float, double and long double data types do not have this property.

Leave a Reply

Your email address will not be published.