Test Your Programming Skills with Safcode!


Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"



Quiz Start


delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);

View Answer

String
Boolean
float
int

View Answer

None of them
By using synchronization events
By using the ThreadPool class
By using the Task class

View Answer

system-level
application-Level
system-defined
user-defined

View Answer

Partial
Anonymous
unnamed
All of them

View Answer

referenced
invoked
anonymous
static

View Answer

C# Language Runtime
Common Layer Runtime
Common Language Runtime
Common Language Repository

View Answer

<=
=
<>
==

View Answer

Exceptions
Threads
Events
None of these

View Answer

Memory Management
Code Safety Verification
Language translation
Garbage Collection

View Answer