Coding Beyond Technology..

Friday, 22 May 2015

C++ Program to display output

//Program in Dev C++

/*
Header file declaration
*/
#include<iostream>  //in Dev C++ you need not give to ".h" extension
#include<conio.h>

using namespace std;

int main()
{
cout<<"My C++ Program with Code ART."; //displaying out by cout
getch();

}

Output:-




0 comments:

Post a Comment

Popular Posts

Recent Posts

Unordered List

Text Widget

Powered by Blogger.