recategorized by
564 views

1 Answer

0 votes
0 votes
Since precision wise real>Integer

Sum would be real value as well, and what you int to real is explicit casting.

​Answer : D

Related questions

1 votes
1 votes
1 answer
1
2 votes
2 votes
2 answers
2
Amit puri asked Sep 29, 2016
2,735 views
Convert the infix to postfix and prefix expression1) log3! ^log4 *log log 6/7*4!2)log3!^sin 2*cos 3
2 votes
2 votes
3 answers
3
Tushar Shinde asked Jan 28, 2016
3,706 views
Consider the following expression with infix notationA * B - (C + D) * (E / 5) ^ F What is the maximum height of the operator stack during conversion from infix to postfi...
0 votes
0 votes
0 answers
4
Mk Utkarsh asked Oct 20, 2018
848 views
Please convert it to postfix by using stack and explain in detailvoid (*bsd_signal(int sig, void (*func)(int)))(int);