functions and subroutines questions
11. Which of the following statements are correct about functions used in C#.NET? Function definitions cannot be nested. Functions can […]
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;
6. Which of the following statements is correct about the C#.NET code snippet given below? int d; d = Convert.ToInt32(
1. Which of the following are the correct ways to increment the value of variable a by 1? ++a++; a
11. The C#.NET code snippet given below generates ____ numbers series as output? int i = 1, j = 1,
11. The C#.NET code snippet given below generates ____ numbers series as output? int i = 1, j = 1,
16. Which of the following is another way to rewrite the code snippet given below? int a = 1, b
11. The C#.NET code snippet given below generates ____ numbers series as output? int i = 1, j = 1,
6. What will be the output of the C#.NET code snippet given below? int val; for (val = -5; val
1. What does the following C#.NET code snippet will print? int i = 0, j = 0; label: i++; j+=i;
16. Which of the following statements are correct about datatypes in C#.NET? Every datatype is either a value type or
11. Which of the following statements are correct? We can assign values of any type to variables of type object.
11. Which of the following statements are correct? We can assign values of any type to variables of type object.
6. Which of the following does not store a sign? A. Short B. Integer C. Long D. Byte E. Single
1. Which of the following statements are correct about data types? If the integer literal exceeds the range of byte,
16. Which of the following security features can .NET applications avail? PIN Security Code Access Security Role Based Security Authentication
11. Which of the following assemblies can be stored in Global Assembly Cache? A. Private Assemblies B. Friend
6. Which of the following components of the .NET framework provide an extensible set of classes that can be used
Directions to Solve In each of the following questions, a set of five alternative figures 1, 2, 3, 4 and