Tuesday, October 23, 2012

Write Code Print " Hello World"

Name : Chhorn Bros
Major : TMD

The video I have been created by C++ and using  VB.net. How to show message "Hello World".
  
Code
#include<stdio.h>
#include<stdlib.h>
int main(void)
{
    printf("Hello World");
    system("pause");
     return 0;
}




 
This Link to Video.

No comments:

Post a Comment