Ad Code

Responsive Advertisement

Simple C++ Program.




// simple c++ Program. 
#include

int main()
{
 cout<<" hello world "; // formater output
}

Out Put:]
hello world

Post a Comment

0 Comments