Multiple Choice
Which of the following statements are 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. Byte cannot be implicitly converted to float.4. A char can be implicitly converted to only int data type. 5. We can cast the integral character codes.
A) 1,3,5
B) 2,4
C) 3,5
D) 1,2,5
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Correct statement about constructors in C#.NET is
Q15: If s1 and s2 are references to
Q16: What will be the output of the
Q17: The formal-parameter-list is always enclosed in _.<br>A)Square<br>B)Semicolon<br>C)Parenthesis<br>D)Colon
Q18: Which of the following statements are correct?1.
Q20: Which of the following statements is correct
Q21: To overload a method which of the
Q22: Which of the following is the correct
Q23: Which of the following can be facilitated
Q24: Which method have same name as that