Feet To Inch 2-Computer Fundamentals and Programming-Coding Assignment Solution, Exercises of Computer Engineering and Programming

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

2011/2012

Uploaded on 07/28/2012

dewansh
dewansh 🇮🇳

4.4

(10)

89 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
3
#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;
Feet-inch
docsity.com

Partial preview of the text

Download Feet To Inch 2-Computer Fundamentals and Programming-Coding Assignment Solution and more Exercises Computer Engineering and Programming in PDF only on Docsity!

#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;

Feet-inch

docsity.com