Math, asked by harshdedha3438, 1 year ago

What are types of data and give an example?

Answers

Answered by chaitrapillai20
0

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