India Gate using C language graphics programming
Code :
/*==============================
Girfa Student Help
Program : India Gate
More Program :
http://girfahelp.blogspot.in/p/graphics-c-language.html
coder : Maynak Khare
Email : khare.mayank09@gmail.com
================================*/
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>
#include <conio.h>
#define x 100
int main(void)
{
/* request auto
detection */
int gdriver
= DETECT, gmode, errorcode;
int maxx,
maxy,i,j;
/* our polygon
array */
int
poly[10];