Computer Science, asked by hemkantabora31, 7 hours ago

What a program to draw a triangale​

Answers

Answered by waheedha2010
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 llqueenstarll
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