C# Programming - Datatypes - Discussion
|
|
|
|
Read more:"We cannot solve our problems with the same thinking we used when we created them."
- Albert Einstein
|
| 4. |
Which of the following statements is correct? |
| [A]. |
Information is never lost during narrowing conversions. | | [B]. |
The CInteger() function can be used to convert a Single to an Integer. | | [C]. |
Widening conversions take place automatically. | | [D]. |
Assigning an Integer to an Object type is known as Unboxing. | | [E]. |
3.14 can be treated as Decimal by using it in the form 3.14F. |
Answer: Option E
Explanation:
No answer description available for this question.
|
|
Manjeet said:
(Thu, Jul 19, 2012 09:18:24 AM)
|
|
| |
| What are widening conversions ? |
|
Sachin Tiwari said:
(Thu, Jan 17, 2013 12:56:44 PM)
|
|
| |
| A widening conversion changes a value to a data type that can accommodate any possible value of the original data. |
|
|