Create your own love-meter.Copy and paste the below code into your C compiler(Recommended:Borland C).Then compile and execute the file.
Source Code:
#include<stdlib.h>
#include<stdio.h>
#include<graphics.h>
main()
{
int sh,q,w,i=0,j=0,k,a1,a2,count,n,m,l,p,x,y,z,gm,gn;
char nm1[20],nm2[20];
clrscr();
label:clrscr();
a1=0;
a2=0;
count=0;
textcolor(4);
cprintf("__________________________________________");
i=0;
textcolor(1);
...
Sunday, August 28, 2011
Subscribe to:
Posts (Atom)