Which of the following is correct about data types?
1.If the integer literal exceeds the range of byte, a compilation error will occur.
2.We cannot implicitly convert non-literal numeric types of larger storage size to byte.
3.A char can be implicitly converted to only int data type.
4.We can cast the integral character codes.

 Posted by Kmandapalli on 1/15/2014 | Category: C# Interview questions | Views: 5720 | Points: 40
Select from following answers:
  1. 1, 3
  2. 2, 4
  3. 1, 2, 3, 4
  4. 1, 2, 4
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response