+ 1
What is wrong in this code?
It code makes line graphics but it display error. https://code.sololearn.com/cFaC3AGSTx94/?ref=app
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.