R

Ram Sharma • 193.86K Points
Coach

Q. Databases store information in records, fields and:

  • (A) data providers
  • (B) grids
  • (C) columns
  • (D) tables
  • Correct Answer - Option(D)
  • Views: 95
  • 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.

Related MCQs on C#

Q. How many types of compilers available under CLR?

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. 5. The method is JIT compiled even if it is not called

Q. Every C# statement is terminated by ___.

Q. The character pair?: is an __________ available in C#.

Q. Which of the following jobs are done by Common Language Runtime? 1. It provides core services such as memory management, thread management, and remoting. 2. It enforces strict type safety. 3. It provides Code Access Security. 4. It provides Garbage Collection Services.

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

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

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 following statement are correct about functions?

Q. A connection string contains

Learn All C# MCQs


Question analytics