Langkah-langkah Pembuatan “Hello World”

#include<stdio.h>
#include<conio.h>
main() {
printf(“Hello World”);
getche();

}

Tinggalkan komentar