Computer Science, asked by anjaliyu2580, 9 months ago

implict and explict type conversion ​

Answers

Answered by adityanandi55082
1

Answer:

(int) s. explicit

s=s+5. implicit

Explanation:

in implicit you need not to specify data type in which to convert whereas in explicit you have to specify.

implicit is automatic

explicit is forced

Similar questions