Computer Science, asked by mamtasrivastavashta1, 8 months ago

1. Define implicit type casting with two examples
2. Define explicit type casting with two examples

plz ansr my qstn and get 10 points

Answers

Answered by kav29aug
1

Answer: for all viewers

Follow me and mark it brainliest

Explanation:

Report krna h toh kar do, I DONT CARE FOR ANYTHING NOR ANYONE

If anyone can inbox then do it

Answered by jitenderRunning
1
1.Implicit type casting refers to the conversion of data type from one type to another done by the compiler itself without losing its original value.E.g (float n) int
2.Explicit type casting refers to the conversion of data type manually by the programmer. e.g (char abc) string
Similar questions