| Let us C it! |
![]() |
| C bibles |
![]() |
| C Programs |
![]() |
| C articles |
![]() |
| Doubts ? |
![]() |
RSS feeds |
![]() |
root@today:~$
Hello everyone welcome to VISHUSBLOG.
This is the "HELLO WORLD PROGRAM" I'm presenting you:).It is followed as a tradition to write Hello world program
as the first one introducing any computer language.It is starated by "DENNIS RITCHIE" inventer of mighty "C" language.
#include <stdio.h>
int main()
{
printf("Hello world!!!!");
return 0;
}
read more>>
Books section is updated with 3 books
see them!
Articles section updated with 3 new articles
see them!