Pie Chart Code

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Pie Chart Code as PDF for free.

More details

  • Words: 63
  • Pages: 1
----------------------------------------piechart graphics program-----------------------------#include <stdio.h> #include #include void main() { float arr[5],i,num,total,actudeg[5]; int gdriver=DETECT,gmode; int init,pattern,x,y; char str1[10]; initgraph(&gdriver,&gmode," "); total=0.0; printf("**********Program on piechart********"); printf("\nEnter the no of values\n"); scanf("%f",&num); printf("Enter the values to draw piechart\n"); for(i=0;i
}

}

init=init+actudeg[i]; setfillstyle(pattern,i+1); pattern+=1; y+=30;

getch();

Related Documents

Pie Chart Code
June 2020 1
Pie Chart
June 2020 13
Pie Chart
May 2020 16
Pie Chart
May 2020 21
Pie Chart
November 2019 19
Pie Chart
November 2019 18