C program to print 1, 11, 31, 61, ... 10 times using goto statement
The series is
1, 11, 31, 61, … 10 times
Consider the series, there is no constant difference between the terms, the difference of 10, 20, 30 etc. So , we need to increase difference value also by 10.
Program to print 1, 11, 31, 61, ... 10 times using goto statement in C
Output
This is how we can print a numeric series like 1, 11, 31, 61,..., using goto statement? If you liked or have any issue with the program, please share your comment.
need an explanation for this answer? contact us directly to get an explanation for this answer