Friday, November 13, 2020

Simple C++ program to display message

#include<iostream.h>
using namespace std;
int main()
{
cout<<"hello world ";
return 0;
}

For many other Language Programs related to C++ , Data Structure microprocessor 8086 etc... related to MSBTE, Computer engineering, IT ...visit our  BLOG 

There are many programs of subtraction , division , smallest largest , loops , classes , oop's,  inheritance ,etc


No comments:

Post a Comment