Tag: programming languages

Questions Related to programming languages

  1. Arrays

  2. Strings

  3. Enums

  4. None

  5. All the Above


Correct Option: C
  1. Common Language Specification

  2. Common Language Runtime

  3. Base Class Library

  4. None

  5. All the Above


Correct Option: B
  1. System.Globalization

  2. System.Diagnostics

  3. CsharpCodeProvider

  4. IcodeCompiler

  5. All the Above


Correct Option: C
  1. Managed Software Intermediate Language

  2. Managed Software InterUsable Language

  3. MicroSoft Intermediate Language

  4. Machine Source Intermediate Language

  5. None


Correct Option: C
  1. No,pointers can not be used here

  2. by using unsafe block

  3. by compiling using /unsafe option in command line only

  4. Both B and C

  5. None


Correct Option: D
  1. Static Variables are Set at RunTime

  2. Sealed classes cannot be Overriden

  3. finally' block executes only when exception occurs

  4. Both A and B

  5. Both B and C


Correct Option: D
  1. Adds a Reference to the parents class method

  2. it only hides the parent class method

  3. it overrides the parent class method

  4. None

  5. All the Above


Correct Option: B