Buy Questpond's video subscriptions on
huge discount
.
Online: 7122
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
> C#
C# Exclusive Interview Questions and Answers (453) - Page 9
A joint initiative from DotNetFunda.Com and Questpond.
A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.
453 records found.
Post Interview
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Interviews Home
Get 650+ Questpond's Interview videos on discount
Loading ...
What is the use of Step keyword in a For Loop?
To increment or decrement the For loop.
Why we generally avoid GoTo statement in programming?
Because clarity i006E code is lost
How to iterate loop infinitively?
set condition (True),
ex:- (While(True)-End While).
Which Bitwise Operators are supported in VB.net?
And , OR
Can a decimal be categorised as floating point datatype?
No.Even though the decimal allows digits after decimal point, the number
of digits are fixed unlike float and double where number of digits are
not fixed.
what is the size of character when default Encoding is used?
One byte.
what is the default value of the first enum member?
0
what is an Immutable variable?
The objects whose value can not be modified means once the value is set it can not be changed.
Example:- string.
What is ParamArray Parameter?
Parameters Which are of type array(any datatype) can be marked as ParamArray.If it is marked as ParamArray a referance to the Array can be passed as argument.
Can we use base and this in the same Constructor?
No
How many Parameters of method can be declare as ParamArray Parameter?
Only one parameter.
If you want to send a no of arguments to single Parameter in a method, Declared it as?
ParamArray.
Is Function procedure returns a value?
Yes
How can we sort the elements of the array in descending order?
By calling Sort() and then Reverse() methods.
Can you define what is jagged array in VB.NET?
Jagged array is multidimensional array. If jagged array is two dimenstional it also contain a table where each row can have a different number of columns. A jagged array is really an array of arrays.
Which of declaration of arrays is valid a)Dim ar(10) as integer b)Dim ar as Integer(10) c)Dim ar(0 to 10) as Integer
NOTE: This is objective type question, Please click question title for correct answer.
How we can set the size of an Array at runtime?
NOTE: This is objective type question, Please click question title for correct answer.
What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?
The first one performs a deep copy of the array, the second one is shallow.
When do we need to do Explicit Casting?
When the variable on RHS has a range of values, which the variable on LHS
cannot be assigned to, then explicit casting is required.
In what situations should we use Boxing and Unboxing ?
Boxing and UnBoxing should be used in situations where until runtime we don't know the type of data we are going to deal with.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
...
23
More C# Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Exclusive Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML