short literal C# with Example



short literal C# with Example

short type has no literal. Integer literals are implicitly converted from int: 
short s = 127; 

0 Comment's

Comment Form