Interviews Questions, Algorithms, Aptitude, C Interview Program, C Theory Question, Aptitude Tricks, Test Series,

Saturday 1 June 2019

Cyclic nature of data types in C

 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 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.

0 comments:

Post a Comment