Home » C# Programming » Datatypes

Which of the following statements is correct about the C#.NET code snippet given below? short s1 = 20; short s2 = 400; int a; a = s1 * s2;

Correct Answer: A value 8000 will be assigned to a.

← Previous Question Next Question→

More Questions from Datatypes

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion