Buy Questpond's video subscriptions on
huge discount
.
Online: 2415
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
>
.NET Framework
>
Loading ...
Can infinite loop be achieved using While loop?
Posted by
vishalneeraj-24503
on 9/30/2014 | Category:
.NET Framework Interview questions
| Views: 1891 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Yes,infinite loop is possible using While loop.When we write
while(1 == 1)
,then control never stops means 1==1 will always be true.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
In C#, the method used to find that the string num ...
Next > :
In C#, the method used to get a part of the string ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
Which are the rules apply to a variable scope in lambda expressions?
Which tag used for an inline Frame?
Which one of these technologies is NOT used in AJAX?
Contents of an Assembly file can be investigated using?
Tell us about the advantages of LINQ over Stored Procedure?
The control used in Asp.Net to display information from data set but w ...
In ASP.NET if we want to set the focus on a particular control,then wh ...
Which of the following statement is true?
Latest Interview Questions
In C#, the method used to get a part of the string is?
In C#, the method used to split the defined string to substrings is?
In C#, the method used to find the position of character in a string i ...
In C#, what is the string type used to create an empty string?
In C#, the string which starts with the character '@' is calle ...
C# properties doesn't support one of the conditions below. What is ...
In C#, the property which has only get and set accessors without any l ...
In C#, which of the below keyword is used for method hiding?
More ...