arrays c programming questions
1. Which of the following statements are correct about the C#.NET code snippet given below? int[ , ] intMyArr = […]
1. Which of the following statements are correct about the C#.NET code snippet given below? int[ , ] intMyArr = […]
11. There is no multiple inheritance in C#.NET. That is, a class cannot be derived from multiple base classes. A.
6. If a base class contains a member function func(), and a derived class does not contain a function with
1. Multiple inheritance is different from multiple levels of inheritance. A. True B. False Answer & Explanation Answer:
11. Which of the following should be used to implement a ‘Like a’ or a ‘Kind of’ relationship between two
6. What will be the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class Baseclass { public
1. Which of the following can be facilitated by the Inheritance mechanism? Use the existing functionality of base class. Overrride
16. What will be the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class Sample { static
11. Is it possible to invoke Garbage Collector explicitly? A. Yes B. No Answer & Explanation Answer: Option
6. Which of the following is the correct way to define the constructor(s) of the Sample class if we are
1. Which of the following statements is correct? A. A constructor can be used to set default values and
16. Which of the following statements is correct about classes and objects in C#.NET? A. Class is a value type.
11. Which of the following statements is correct about the C#.NET code snippet given below? int i; int j =
6. Which of the following will be the correct output for the C#.NET program given below? namespace IndiabixConsoleApplication { class
1. Which of the following statements is correct about the C#.NET code snippet given below? class Student s1, s2; //
21. What will be the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class SampleProgram { static
16. What will be the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class SampleProgram { static
11. Which of the following statements are correct about functions used in C#.NET? Function definitions cannot be nested. Functions can
6. Which of the following will be the correct output for the C#.NET program given below? namespace IndiabixConsoleApplication { class
1. Which of the following will be the correct output for the C#.NET program given below? namespace IndiabixConsoleApplication { class
16. What will be the output of the C#.NET code snippet given below? int i, j = 1, k; for
11. What will be the output of the C#.NET code snippet given below? int num = 1, z = 5;
11. What will be the output of the C#.NET code snippet given below? int num = 1, z = 5;
16. What will be the output of the C#.NET code snippet given below? int i, j = 1, k; for
11. What will be the output of the C#.NET code snippet given below? int num = 1, z = 5;