#include <iostream.h>
#include <process.h> // defines the exit( ) function
#include <conio.h>
void main ( )
{
cout<< "\n Calling exit( ) \n" ;
exit(0);
getch ( ) ; /* This is never reached */
}
Labels: C++ Codes, C++ Function Codes
Copyright © 2012 http://codeprecisely.blogspot.com. All rights reserved |Term of Use and Policies| |
---|
0 comments:
Post a Comment