//Program 5 - To Display eq. of line in form ax+by=c
//Downloaded from www.c4cprog.co.nr
#include<conio.h>
void main()
{
int a=5,b=8,c=18;
clrscr();
printf("The Equation is : %dx+%dy = %d",a,b,c);
getch();
}
Programs Can Also Be Downloaded From The Folders Below....[Or Scroll Down]
Print equation of Line
Click Here To Download C File Of This Program
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment