0 votes
in C Plus Plus by

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

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Mar 17, 2020 in C Plus Plus by SakshiSharma
+2 votes
asked Jun 19, 2019 in C Plus Plus by kamalkhandelwal29
...