predict the data type
char a;int b;float c;
d=a+b+c;
Answers
Answered by
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
1
Answer:
c
Explanation:
character data has only alphabet
Similar questions