C# is here Variable of reference type store the memory address of other variables in a Stack.
Value Type
Reference Type.
True
False
Class
Object
Delegate
Array , Interface
String
Three forward slashes
Three asterisks
Double slashes
True
False
Selection statement
Iteration statement
Jump Statement
Fixed Statement
Lock Statement
Jump Statement
Lock statement
Fixed Statement
Check ed and Unchecked Statement
The conditional operator works with two operands
The increment operator works with a single operand
The bitwise exclusive OR operator compares bits and return 1 if only one of the bits is -1.
The conditional && operator does not check the seconds expression if the first expression is false
The compound assignment operators execute from right to left.
Explicit
Implicit
System.Console.Convert
System.Convert
Boxing
UnBoxing
UnBoxing
Boxing
Rectangular Array.
Jagged Array.
Rectangular Array
Single- dimensional Array
Jagged Array
Multi- dimensional Array
Multi- dimensional Array
Single- dimensional Array
Rectangular Array
Jagged Array
Array
New
Array class
Public static Array CreateInstance(type elementType, int length);
Public static Array CreateArray(type elementType, int length);
Public static Array CreateInstance(type elementType, int rows, int columns);
Encapsulation
Inheritance
Abstraction
Polymorphism
Encapsulation
Inheritance
Polymorphism
Abstraction
True
Fasle
Public variable
Protect variable
Static variable
Final
Internal
Protected
Private
Protected
Public
Internal
Args
Ref
Reg
This
Out
Out
This
Ref
Wait!
Here's an interesting quiz for you.