0
when mulitple int with float what will be answer in c
dfasdf
2 Answers
+ 9
Answer will be float only.
As int * float = float
because in answer float can also hold integer value.
Also give correct tags to your question and give proper discription of question.
https://www.sololearn.com/discuss/1316935/?ref=app
+ 3
Answer will be in float.