Tag: programming languages
Questions Related to programming languages
-
YES
-
NO
-
Cant say
-
None of the above
-
Database Operations
-
Delegate Operations
-
File Handling Operations
-
Memory Stream Operations
-
List,HashSet
-
Queue
-
Stack
-
LinkedList
-
All the above
-
RowUpdating, AfterUpdate
-
BeforeUpdate, RowUpdating
-
RowUpdating, RowUpdated
-
BeforeUpdate, AfterUpdate
-
BeforeUpdate, RowUpdated
-
1 byte
-
2 byte
-
4 byte
-
8 byte
-
16 byte
-
Application.Exit();
-
System.Environment.Exit(0)
-
System.Environment.Exit(1)
-
All the above
-
String s=#”\teststring”;
-
String s=”’\n teststring”;
-
String s=@”\teststring”;
-
none of above
-
int[,] myarray;
-
int[][] myarray
-
int[2] myarray
-
none of above