In the previous lecture we looked at the goto
statement in C. These statements are quite straightforward,
and in fact, at the assembly level, all the loops that we are familiar with such as while
, for
etc. get mapped to a series of jump statements