#include
#include
void main()
{
int a,b;
clrscr();
printf("e 2 no.");
scanf("%d%d",&a,&b);
if(a>b)
printf("a is larg.=%d",a);
else
printf("b is larg.=%d",b);
getch();
}
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
#include
#include
void main()
{
clrscr();
printf("My first prog."); //This is used to display massege.
getch();
}