we can use system("pause") same way in C++ as in C. But I've a question. In C we need to use conio.h file to use system("pause") function.
How can we use it here without referencing to its definition or adding any header file. I have used it with out adding any header file and it still works perfectly.