Computer Science, asked by gajendrayadav, 10 months ago

what is an integral value in programming​...?????

Answers

Answered by Gajoh
0

In C, an integral type can declare: Integer values, signed or unsigned. Boolean values, where 0 is equivalent to false and any nonzero number is equivalent to true. Characters, which are automatically converted to an integer value by the compiler.

Similar questions