Pages
Home
C++/C- Programs
DOS Commands
BS Communication
Mathematics
Advertisement
About Us
Contact us
Thursday, April 4, 2013
WAP Structure with File Handling
#include<stdio.h>
#include<conio.h>
struct product
{
int c;
char name[20];
int qty,cost;
}p[100];
Read more »
How to Draw House,Tree & Sun with C-Graphics
#include<graphics.h>
#include<conio.h>
void main()
{
int gd=DETECT ,gm;
int p[]={320,150,420,300,250,300,320,150};
initgraph(&gd,&gm,"C:\\TC\\BGI");
cleardevice();
Read more »
Collect Sem-2 C-Programs
You total C-Program must up to 40
Download .rar File
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)