What a program to draw a triangale
Answers
Answered by
1
Answer:
C Program to Draw a Triangle using Graphics
#include<stdio.h>
#include<conio.h>
#include<math.h>
#include<graphics.h>
main()
{
int gd, gm, a;
gd=DETECT;
Answered by
0
Answer:
C Program to Draw a Triangle using Graphics
•#include<stdio.h>
•#include<conio.h>
•#include<math.h>
•#include<graphics.h>
•main()
•{
•int gd, gm, a;
gd=DETECT;
Similar questions