Friday 21 November 2014

First program in C

#include<iostream.h>
main( )
{
cout << "My First Program in C";
}

No comments:

Post a Comment