Buy Questpond's video subscriptions on
huge discount
.
Online: 2873
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
>
Interviews
>
C#
>
Loading ...
What Will be the output of the following Code?
int i = 1;
int j = 1;
i = i++;
j = ++j;
Response.Write(i.ToString() + ":" + j.ToString());
Posted by
Lakhangarg
on 9/17/2009 | Category:
C# Interview questions
| Views: 19105
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
1:1
2:1
1:2
None of the above
All Above
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How we can generate Random number in SQL Server?
Next > :
For generating random numbers we have to used the ...
Comments or Responses
Login to post response
More Interview Questions by Lakhangarg
How to Insert XML Data into Existing XML Node?
How we can Modify XMl Data in SQL Server 2005?
Name the method used in SQL Server to Read XML Data?
Is There any other Methods in SQL Server 2005 to Read XML Data?
try { Response.Write("Try Block:"); ...
In this Sample Code which catch block will be executed? try { i ...
Which should be used to redirect on next page in the same server?
What is the name of base class for .NET
Latest Interview Questions
For generating random numbers we have to used the following function?
Which method is used to clear an Array in javascript?
What Are Attributes in DotNet?
What is Polymorphism?
What is Event Bubbling?(Asp.net)
What type of language is the SELECT command in SQL Server?
Which of the following queries generates an error when executed? DECL ...
Can we execute any web site without the web.config file?
More ...