Lab exercise programs in C plus plus
Please visit http://csprograms.in/ for more Computer Science programs.
Welcome..!!
Please visit
http://csprograms.in/
for more Computer Science programs.
Showing posts with label
display
.
Show all posts
Showing posts with label
display
.
Show all posts
Tuesday, 13 March 2012
1. C++ program to display a message.
The very first program is the simplest one in any programming language.
It goes..
#include <iostream>
int main()
{
cout << “ Welcome to Shad’s blog “ << endl;
return 0;
}
Older Posts
Home
Subscribe to:
Posts (Atom)