[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CHelloWorld
You can also add a line to ask for a key press (as suggested by sagar dhavare). This changes the program to:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CHelloWorld
(C) Hello World
int main() { printf("Hello World\n"); return 0; }
- include<stdio.h>
You can also add a line to ask for a key press (as suggested by sagar dhavare). This changes the program to:
int main() { printf("Hello World\n"); system("pause"); return 0; }
- include<stdio.h>
- include<stdlib.h>
'Hello world' links
- C++
- C++ Builder, console
- C++ Builder, VCL
- C++ Builder, CLX
- C++ BuilderX, console
- C++ BuilderX, Win32 API
- C#
- PHP
- Prolog
- Turbo C++
- Visual Prolog
- Win32 API
Code links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
