Posted by: Sandeep Kedarasipalli on: August 28, 2006
Do you ever think about your first program written in your first computer language?
Let me take consider that a child who learns C language will start his first program with this “Hello World !”
#include<stdio.h>
main()
{
printf(“Hello World !“);
}
Is this …???
But have you ever think …… in any of the languages this is the first program you will [...]