Implicit type conversion

sir int/int is not always int??

@a19JE0093 hey akshat this all depands on the data type you’re using to store the result like if you’re taking division of two int values without taking any storing variable such as float it will give you result without the decimal part if you wiling to result be in decimal part you should be in concern the storing datatype.

1 Like