answered question

answers (2)

fallen_ang...
0
Votes
BEST ANSWER  decided by votes   |  fallen_angel21  |  November 05, 2009 03:31 PM  |  view on twitter
"Hello world!" was the most used phrase in testing computer programs.

"hello world" was influenced by a seminar book called "The C Programming Language". In this book, "hello world" was used to to output something from the code. This was inherited from a Bell Laboratories internal memorandum written by Brian Kernighan on 1974.

The original version of this started without exclamation and with small letters. This was later changed to "Hello world!" or "Hello World!" or "HELLO WORLD!" etc...

Comment
ilseantwoo...
0
Votes
ilseantwoord  |  November 05, 2009 03:26 PM  |  view on twitter
The first known instance of the usage of the words "hello" and "world" together in computer literature occurred earlier, in Kernighan's 1972 Tutorial Introduction to the Language B1, with the following code:

main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';
Voted as best: lrig, b2twin, cherise
Comment
140

ask any question

Top of Page
Buy Mahalo Dollars
WITH CREDIT CARD OR PAYPAL

Please log in to use this function.