Define the auto number data type?
Answers
Answered by
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.
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
Math,
7 months ago
Science,
7 months ago
Computer Science,
7 months ago
Math,
1 year ago
Math,
1 year ago