Computer Science, asked by CARELESSGIRL, 11 months ago

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

Answers

Answered by Anonymous
2

hello mate

Some of the data types in C have special characteristic nature when a developer assign value beyond the range of the data type. There will be no any compiler error and the value change according to a cyclic order. This is called as cyclic nature and Char, int, long int data types have this property.

Answered by EHSASS
1

★彡 hєrє ís чσur αnswєr 彡★

Some of the data types in C have special characteristic nature when a developer assign value beyond the range of the data type. There will be no any compiler error and the value change according to a cyclic order. This is called as 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 as 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.

єhsαss ✿◕ ‿ ◕✿

Similar questions