how to use system("pause"); in Dec C++ the code are given below

PHP Code:
#include<iostream>
#include<stdlib.h>
main ()
{
.
.
.
system("pause");
return 
0;



Sponsored Links