Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, March 10, 2015

What is explicit type conversion ?

It is a method of converting one type data into another manually. Manually means we define, what type of conversion take place.
The example of explicit type conversion as follows:
a = (float)(x/y);


No comments:

Post a Comment