What does #include<conio.h> mean?

1

1 Answers

Amit Tiwari Profile
Amit Tiwari answered
In C++ Language Symbol # is know as preprocessor, include is a directory and all the header file like conio.h is kept there. Conio.h is stand for "Console input output header file which manage input output on console based application.

Answer Question

Anonymous