Vidyalelo
C# Programming · Q102

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 102

Q102

Which data type should be more preferred for storing a simple number like 35 to improve execution speed of a program?

A.
sbyte
Answer
B.
short
C.
int
D.
long

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board