goto Statement in C
The goto statement is used to unconditionally transfer the control to any location within the program whose address in the
Read moreThe goto statement is used to unconditionally transfer the control to any location within the program whose address in the
Read moreThe goto statement is rarely used because it makes program confusing, less readable and complex. Also, when this is used,
Read more