McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
.NET Programming
→
Which of the following is an 8-byte Inte...
Q.
Which of the following is an 8-byte Integer?
A.
Char
B.
Long
C.
Short
D.
Byte
Answer» B. Long
3.2k
0
Do you find this helpful?
16
View all MCQs in
.NET Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following is NOT an Integer?
Which of the following are value types? 1.Integer 2.Array 3.Single 4.String 5.Long
Which of the following does not store a sign?
Which of the following is the correct size of a Decimal datatype?
Which of the following statements is correct?
Which of the following can implement an interface? 1.Data 2.Class 3.Enum 4.Structure 5.Namespace
Which of the following will be the correct output for the C#.NET code snippet given below? String s1 = "ALL MEN ARE CREATED EQUAL"; String s2; s2 = s1.Substring(12, 3); Console.WriteLine(s2);
If s1 and s2 are references to two strings, then which of the following is the correct way to compare the two references?
Which of the following is the correct output of the C#.NET code snippet given below? int[ , , ] a = new int[ 3, 2, 3 ]; Console.WriteLine(a.Length);
Which of the following are NOT Relational operators in C#.NET? 1.>= 2.!= 3.Not 4.<= 5.<>=