Multiple Choice
Which of the following integral type can NOT be used to store negative values?
A) sbyte
B) long
C) int
D) uint
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: A machine that has a 64-bit processor
Q22: One convention used for naming identifiers is
Q23: float totalAmount = 23.57; <br> The float
Q24: Which of the following formats the first
Q25: The binary value for ten is 00001010.
Q27: A variable of type bool can store
Q28: In order to format the first argument
Q29: The bool data type can take on
Q30: The result of the following expression is
Q31: The result of "123" + "321" is