What will be the output of i and how many times it will be printed?

 Posted by Rajnilari2015 on 8/17/2016 | Category: C# Interview questions | Views: 5928 | Points: 40
Select from following answers:
  1. value of i = 0 and it will be printed infinite times
  2. value of i = 0 and it will be printed 1 time
  3. value of i = -1 and it will be printed infinite times
  4. value of i = -1 and it will be printed 1 time
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response