I have recently used pause(); function. Can anyone tell me which library contains this function and from where can i read about this library?
I think you are referring to system("pause");
This is found in <cstdlib>. It sets a command line command for your OS.