Computer Science, asked by gnanibarbie2278, 1 year ago

What are the data type give example

Answers

Answered by businessmohitsoni
0

void main(){

int x,y;

float f;

char ch;

}

in the above program x and y is integer type . here we use three different data type

Similar questions