Friday, July 20, 2007

PRELIM EXAM

SAMPLE PROGRAM OF C++
#include
using namespace std;
int main()
{
cout << "Welcome to the wonderful world of C++!!!\n";
return 0;
}
OUTPUT:
Welcome to the wonderful world of C++!!!

No comments: