questions
A. 1, 3, 4
B. 1, 2, 3
C. 3, 4, 5
D. 2, 4, 5
A. 2, 4
B. 1, 3
C. 4, 5
D. 3, 5
A. <<
B. &
C. ^
D. |
A. /=
B. =
C. =
D. *=
A. 2, 3, 5
B. 1, 2, 4
C. 1, 3, 5
D. 3, 4, 5
A. The | operator can be used to check whether a bit is ON.
B. The | operator can be used to Invert a bit
C. The | operator can be used to put ON a bit.
D. The | operator can be used to check whether a bit is OFF
A. 2, 4, 5
B. 1, 3
C. 4 only
D. 3, 5
A. A value 1 will be assigned to d
B. A value 0 will be assigned to d
C. The code reports an error.
D. A value -1 will be assigned to d
A. Properties cannot be overloade
B. Every property must have a set accessor and a get accessor.
C. A property has to be either read only or a write only.
D. Properties of a class are actually methods that work like data members.
A. s1 == s2
B. s1 = s2
C. s1.Equals(s2)
D. strcmp(s1, s2)
A. Methods of the String class can be used to modify the string.
B. A String is mutable because it can be modified once it has been create
C. A String has a zero-based index.
D. A number CANNOT be represented in the form of a String.
A. t.HasValue("Kerala");
B. t.ContainsKey("Kerala");
C. t.ContainsState("Kerala");
D. t.HasKey("Kerala");
Sub Category
- Attributes
- C Arrays
- C Control Instructions
- C Declarations and Initializations
- C Expressions
- C Floating Point Issues
- C Functions
- C Pointers
- C Strings
- C# Classes and Objects
- C# Constructors
- C# Enumerations
- C# Exception Handling
- C# Functions and Subroutines
- C# Namespaces
- C# Operators
- C# Properties
- C# Structures
- Collection Classes
- Constructor
- Datatypes
- Delegates
- DOT NET Framework
- Generics
- Inheritance
- Interfaces
- Library Functions
- Loops
- Polymorphism
- References