natural number print
WAP to print natural numbers without using loop.
/*C program to print n natural numbers without using any loop*/ #include <stdio.h> #include <conio.h> void m…
/*C program to print n natural numbers without using any loop*/ #include <stdio.h> #include <conio.h> void m…