English, asked by narrachaitanya699, 3 months ago

write a programme to perform the all arthametic operations on the given two integers values?​

Answers

Answered by wardhanharsh8900
1

Answer:

In statement div = (float) num1 / num2; , I have typecasted num1 to float before the divide operation, to avoid integer division. Read more - Type conversion in C programming. Note: \n is an escape sequence character used to print new lines (move to the next line).

Answered by Anonymous
3

Answer:

In statement div = (float) num1 / num2; , I have typecasted num1 to float before the divide operation, to avoid integer division. Read more - Type conversion in C programming. Note: \n is an escape sequence character used to print new lines (move to the next line).

Similar questions