Question 1: What are the nine integral data types in C# and how do you decide which is the most appropriate to use in a particular situation?
Answer 1:
sbyte
short
Int
long
byte
ushort
uint
ulong
char
Above are the data types
we will decide the particular data type based on data we have and the range of the values..
Ex : if we want use to id than we use short data type as it type of int and range is very less
Note : Please comment below if you have concerns. I am here to help you
If you like my answer please rate and help me it is very Imp for me
Get Answers For Free
Most questions answered within 1 hours.