is I use this program... #include<instead.h> #include<conio.h> void main() { ... ... ... } then it will not work in this app, but I have read this concept so what should I do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is I use this program... #include<instead.h> #include<conio.h> void main() { ... ... ... } then it will not work in this app, but I have read this concept so what should I do?

PLEASE TRY ND HELP ME OUT

14th Aug 2016, 10:30 AM
ABHI
3 Answers
+ 1
The header files you are using may not be supported or implemented in the CodePlayground Environment. All program inputs go through the environments proprietary input screen rather than a console approach to inputs. This may be the issue as the <conio.h> header file allows for console input/output.
15th Aug 2016, 5:58 PM
WenT
0
Maybe the lack of spaces between include and the brackets? Also it might be the ...'s if you entered them like that. Try commenting them out (Two /'s at the start of each line).
14th Aug 2016, 5:41 PM
Ahkrin
0
yah me too same problem
14th Aug 2016, 10:53 PM
Asim
Asim - avatar