What is difference between "using namespace std; , return 0;" and "conio.h , clrscr(); , getch();" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is difference between "using namespace std; , return 0;" and "conio.h , clrscr(); , getch();"

Last week my software teacher taught us the basics of c++ (in turbo c++) where she used header file <conio.h> and used clrscr(); and getch(); in the program ... Sololearn Uses Namespace std and return0; commands .. can anyone explain me the difference between them. Thankyou 😊

16th Feb 2017, 8:11 PM
Jayesh Waghmare
Jayesh Waghmare - avatar
1 Answer
+ 1
because your c IDE is turbo C standard c++ using cont and cin
16th Feb 2017, 10:52 PM
전현수
전현수 - avatar