Computer Science, asked by sonty583, 1 month ago

Write a program in c language to use all arthmatic assignments operators

Answers

Answered by vshruti209
1

Answer:

don't know...

make me brainlist

Answered by Anonymous
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).

Similar questions