M

Mr. Dubey • 52.63K Points
Coach

Q. The character pair?: is an________________available in C#.

  • (A) Unary operator
  • (B) Ternary operator
  • (C) Decision operator
  • (D) Functional operator
  • Correct Answer - Option(B)
  • Views: 67
  • 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. Multidimensional arrays are sometimes called _______ Arrays.

Q. Features of Read only variables

Q. Which of the following constitutes the .NET Framework? 1. ASP.NET Applications 2. CLR 3. Framework Class Library 4. WinForm Applications 5. Windows Services

Q. The size of integer is___________.

Q. Which of the following statements are correct about the delegate declaration given below? delegate void del(int I); 1. On declaring the delegate a class called del will get created. 2. The signature of del need not be same as the signature of the method that we intend to call using it. 3. The del class will be derived from the MulticastDelegate class. 4. The method that can be called using del should not be a static method. 5. The del class will contain a one-argument constructor and an lnvoke() method.

Q. Which of the following assemblies can be stored in Global Assembly Cache?

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

Q. Which of the following can be used to terminate a while loop and transfer control outside the loop? 1. exit while 2. continue 3. exit statement 4. break 5. goto

Q. Which of the following statements are correct? 1. Instance members of a class can be accessed only through an object of that class. 2. A class can contain only instance data and instance member function. 3. All objects created from a class will occupy equal number of bytes in memory. 4. A class can contain Friend functions. 5. A class is a blueprint or a template according to which objects are created.

Q. The compiled version of a VC#.NET program will be in_______________.

Learn All C# MCQs


Question analytics