Kumpulan catatan belajar mahasiswa Program Alih Jenjang D3 ke D4 Teknologi Media Digital - STEI ITB Batch 6 Th. 2012/2013
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;
}
No comments:
Post a Comment