What are the data type give example
Answers
Answered by
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