NEW
Font size
WorksheetsGeneral C#
Total questions: 10
Worksheet time: 4mins
Arrays are stored on?
stack
heap
cache
frame
Non-terminating Recursive Functions can lead to____________ Exception
DivideByZero
StackOverFlow
IllegalArgument
NullPointer
Command Line Arguments are supplied ________execution of the program
before
after
during
in
Primitive types are passed by _________ to a function
Value
Reference
Copy
Sequence
IL Code is executed by_________ in C#
CLR
JVM
JIT
.Net Framework
Is it possible to change the value of a variable while debugging a C# application?
Yes
No
A local variable
Can be used anywhere in the program
Is declared within a method
Must accept a class
Represent a class object
What is the meaning of dot in .Net Framework?
It means OOPS Concept
It means inheritance
It means abstraction
None of the above
.NET Core is an Open-Source and Cross-Platform framework
Yes
No
C# enables you to develop
Windows based applications
Console based applications
Web based applications
All of the above
