
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Kapish Gupta assigned programming task at Assam Don Bosco University. This code was developed and compiled in Borland. It includes: Feet-Inch, Printf, Scanf, Number, Getch, Programming, Language, C, Display, Conversion
Typology: Exercises
1 / 1
This page cannot be seen from the preview
Don't miss anything!

#include<stdio.h> #include<conio.h> void main () { int a,b; printf ("Enter a number\n"); scanf ("%d",&a); for (b=2; b<=a; b++) { for (c=2; c<b; c++) b=b*c;