C++ "Hello, World !" Program
- A Simple C++ Program For Displaying "Hello, World" on Screen
- Its A Very Simple Program
- Used To Illustrate Syntax Of a Programming Launguage
Input:
#include <iostream.h>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
Output:
Hello World
*** Use Turbo C/C++ Or Dev C++ For Coding ***
Output:
Hello World
thank uuu sirr for helping us
ReplyDelete