Write a c program to print the series of number with skipping the desired number.
#include<stdio.h> #include<conio.h> void main() { int i ,j ,n; clrscr(); printf(“Enter the value of n:”); ...
#include<stdio.h> #include<conio.h> void main() { int i ,j ,n; clrscr(); printf(“Enter the value of n:”); ...