R

Ram Sharma • 193.86K Points
Coach

Q. Arrays in C# are ______ objects.

  • (A) Arithmetic
  • (B) Value
  • (C) Logical
  • (D) Reference
  • Correct Answer - Option(D)
  • Views: 195
  • Filed under category C#

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.

Related MCQs on C#

Q. Which of the following statements are correct about data types? 1. If the integer literal exceeds the range of byte, a compilation error will occur. 2. We cannot implicitly convert non-literal numeric types of larger storage size to byte. 3. Byte cannot be implicitly converted to float. 4. A char can be implicitly converted to only int data type. 5. We can cast the integral character codes.

Q. Which of the following is true about dispose() method?

Q. What will be the output of the following C# code?

Q. An ____ is a group of contiguous or related data items that share a common name.

Q. How many Bytes are stored by ‘Long’ Data type in C# .net?

Q. Which of the following statements are correct about arrays used in C#.NET? 1. Arrays can be rectangular or jagged. 2. Rectangular arrays have similar rows stored in adjacent memory locations. 3. Jagged arrays do not have an access to the methods of System.Array Class. 4. Rectangular arrays do not have an access to the methods of System.Array Class. 5. Jagged arrays have dissimilar rows stored in non-adjacent memory locations.

Q. Which of the following should be used to implement a 'Like a' or a 'Kind of' relationship between two entities?

Q. What is String.Length in C#?

Q. A variable declared inside a method is called a________variable

Q. Which of the following statements are correct about JIT? 1. JIT compiler compiles instructions into machine code at run time. 2. The code compiler by the JIT compiler runs under CLR. 3. The instructions compiled by JIT compilers are written in native code. 4. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code.

Learn All C# MCQs


Question analytics