Computer Science, asked by amritstar, 1 year ago

Define the auto number data type?

Answers

Answered by Gulamkhaiber1
6
Data types - int, float, char, double these are data types..
Int-integer: a whole number.
float - floating point value: ie a number with a fractional part.
double - a double-precision floating point value.
char - a single character.
void - valueless special purpose type which we will examine closely in later sections.
Similar questions