Computer Science, asked by harishu2005, 9 months ago

predict the data type
char a;int b;float c;
d=a+b+c;

Answers

Answered by prathyusha531
2

Answer:

float

Explanation:

char might be converted into integer by ASCII values , and the addition of integer, integers and float value gives the result of floating value

Answered by asad5858
1

Answer:

c

Explanation:

character data has only alphabet

Similar questions