InterviewSolution
Saved Bookmarks
| 1. |
Explain the term typecasting.#Don't dare to spam |
|
Answer» ting is also known as TYPE conversion, it is a method of changing an entity from one data type to ANOTHER. An example of typecasting is CONVERTING an integer to a string. ... This might be DONE in order to compare two numbers, when one NUMBER is saved as a string and the other is an integer |
|