MCQOPTIONS
Bookmark
Saved Bookmarks
→
Computer Science Engineering (CSE)
→
Software Design Modeling
→
Which of the following are value types?1.Integer2....
1.
Which of the following are value types?1.Integer2.Array3.Single4.String5.Long
A.
1, 2, 5
B.
1, 3, 5
C.
2, 4
D.
3, 5
Answer» C. 2, 4
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What will be output of the following conversion ?static void Main(string[] args){char a = 'A';string b = "a";Console.WriteLine(Convert.ToInt32(a));Console.WriteLine(Convert.ToInt32(Convert.Tochar(b)));Console.ReadLine();}
Select output of the given set of Code :static void Main(string[] args){String name = "Dr.Gupta";Console.WriteLine("Good Morning" + name);}
Scope of variable is related to definition of variable as:1. Region of code within which variable value is valid and hence can be accessed.2. No, relation with region where variable is declared its value is valid in entire scope.
Which of the following are value types?1.Integer2.Array3.Single4.String5.Long
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);
Which of the following can implement an interface?1.Data2.Class3.Enum4.Structure5.Namespace
When an ASP.NET file is placed on an IIS server and viewed through a browser, the resulting HTML page contains:
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.Not4.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies