Here Mudassar Ahmed Khan has explained with an example, how to implement reverse FOR LOOP in C# and VB.Net.
A FOR LOOP iterates from START to END while the reverse FOR LOOP as the name suggests will do REVERSE i.e. from end to start.
This article will explain a simple reverse FOR LOOP by reversing a string in C# and VB.Net.