+ 1

What is wrong in this code?

It code makes line graphics but it display error. https://code.sololearn.com/cFaC3AGSTx94/?ref=app

7th Jun 2020, 5:05 AM
Mohan S
Mohan S - avatar
1 Réponse
+ 4
Mohan 333 #include<conio.h> #include<graphics.h> These headers are not included in SL C compiler. conio.h is not part of the C standard library and graphics aren't an option to be run in the playground.
7th Jun 2020, 5:07 AM
ChaoticDawg
ChaoticDawg - avatar